Skip to content
/ myvim Public

My personal vim configuration for programming

License

Notifications You must be signed in to change notification settings

duylam/myvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My personal vim configuration for programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published