Configure your Vim
Using Vim 8’s built-in package manager
Installing, updating and removing packages manually
# It’s supposed you’ve already created the dictionary.
$ cd ~/Documents/.vim/pack/mypackages/start/nerdtree
$ lg2 clone https://github.com/preservim/nerdtree.gitImporting packages
:packadd <package>Edit .vimrc file
Manage packages automatically
Last updated