All Stories published by usevim on March 02, 2015
01
03
05
07
08
10
12
14
15
17
19
21
22
24
26
28
29
30
31

Rim: A Vim-Inspired Editor Written in Rust

Rust, Mozilla Research’s fledgling language, is an interesting choice for developing a text editor. It’s designed to be memory safe, with a Haskell-inspired type system. I’d argue that text editors really need to be reliable and safe, so I immediately…


Script Roundup: enabler, vim-stay

enabler

enabler (GitHub: tomtom/enabler_vim) by Tom Link is a script for selectively loading bundles. It can be used with a plugin manager like Pathogen, allowing you to avoid slowing down Vim’s loading time.