Vim plugins
FZF
NERDTree
How to create a new file or directory with NERDTree?
In the NERDTree buffer press
m
to bring up the Filesystem menu and from the menu you can create a new node, and a node here is either a file or a directory. To create a directoryappend
/
to the filename. Source - Creating a new file or directory in Vim using NERDTree.
tpope plugins
https://github.com/tpope/vim-commentary - there are other good
commenting plugins out there, but this is the one I'm currently using.
Light line
This is my preferred status indicator plugin mostly due to the lightweight nature.
Last updated