Vim plugins I use
prakashdanish.github.io
Vim plugins I use
1–10 of 93 posts
Re: Vim plugins I use
#2* FZF. Perhaps the best fuzzy finder for Vim https://github.com/junegunn/fzf/
* ALE. Asynchronous Linting Engine, totally awesome. https://github.com/w0rp/ale
* Polyglot. A "best of" language pack. https://github.com/sheerun/vim-polyglot
* Plug. IMHO the best plugin manager going https://github.com/junegunn/vim-plug.
* Fugitive. The best git wrapper there is https://github.com/tpope/vim-fugitive
* vim-test. A plugin that helps you run tests from inside of Vim. https://github.com/janko-m/vim-test
Outside of that, switch to NeoVim if you haven't already (https://neovim.io/). Or give Oni a chance, it looks really promising (https://www.onivim.io/).
Re: Vim plugins I use
#3That said, what’s described here is nowhere close to “vanilla” vim.
Re: Vim plugins I use
#4Re: Vim plugins I use
#5Re: Vim plugins I use
#6Re: Vim plugins I use
#7Re: Vim plugins I use
#8For those that want to take a look at some more vanilla approaches to some common tasks, Max Cantor has a great talk about that on YouTube [0].
Re: Vim plugins I use
#9https://valloric.github.io/YouCompleteMe/
:)