Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 780 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 780 Bytes

My personal vim configuration for programming.

1. How to use

  1. Checkout this repo to machine, let's say at folder /home/<your username>/myvim
git clone [email protected]:duylam/myvim.git /home/<your username>/myvim
  1. Append below line in ~/.vimrc to load the configuration
source /home/<your username>/myvim/vimrc
  1. Launch vim, type :PlugInstall to install plugins
  2. Enjoy :)

2. What will have

  1. Pre-installed plugins
  2. Vim configs
  3. Extra configs:

3. Reference