13
5 Great Vim Plugins · The Kernal
thekernal.xyzVim is one of, if not the most popular text editor among Linux users, when it comes to coding, editing configuration files, and generally writing on the command line, vim is the go to. Hell, I’m writing this in vim right now. So, in order to improve the experience, vim has many plugins that you can install to add features or change how things work. Excluding colorschemes, I am going to explain 5 of the best vim plugins that I personally use, and how they could improve your vim experience.
On NeoVim, I use
kyazdani42/nvim-tree.lua
for a tree, and alsoitchyny/lightline.vim
which are lighter than Nerd Tree and Airline, respectively. I also use the native LSP stuff instead of VimCompletesMe.