Simple vim customization
To download this vim script, please run git clone https://github.com/maxsuren/lazvim.git
.
Change directory to src
and cp vimrc ~/.vimrc
.
Vundle has been used to manage plugins here.
To set up Vundle, simply run git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
.
To read more about Vundle
- vim-airline/vim-airline
- vim-airline/vim-airline-themes
- taglist.vim
- The-NERD-tree
- indentLine.vim
- delimitMate.vim
Launch vim
and run :PluginInstall
.
To Install from command line vim +PluginInstall +qall