Vim Initialization Setup
Sungwa Yu

How It Looks Like

Snipaste_2021-09-26_11-25-17

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.
  1. Install Vim-Plug.
1
2
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

https://github.com/junegunn/vim-plug

  1. Put the .vimrc (my config) in the ~ directory.
  2. Vim into .vimrc and run :PlugInstall.