08 Jan 2018
I wrote this post 1.5 years ago to log my vim config, a lot of things changed since then:
vundle
is out of picture because I found vim-plug
, it’s super fast, installs plugins in parallel, and supports on-demand loading.syntastic
was replaced by ale, it makes use of vim 8 job control feature and run the linters in the background.ctrlp
and bufexplorer were replaced by fzf.vim
, this plugin is awesome, it’s a wrapper around blazing fast fzf, it gives the ability to filter buffers/files/recent files, even color schemes, git commits and more.vim-plug
and fzf
are created by the same dev junegunn, he also creates vim-easy-align, it helps align code easily.