Vim Initialization Setup
How It Looks Like
Installation
Notes:
- Some plugins might need have nodejs installed.
curl -sL install-node.now.sh/lts | bash
- Might need to install the powerline font for the statusline plugin.
- If use theme Nord for Vim, the terminal color theme should also be Nord.
- Install Vim-Plug.
1 | curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ |
- Put the
.vimrc
(my config) in the ~ directory. - Vim into
.vimrc
and run:PlugInstall
.