Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 273 Bytes

File metadata and controls

18 lines (17 loc) · 273 Bytes

.vim

vim config

(1) Install:

   cd  
   git clone https://github.com/rainlight/.vim.git
   cd ~/.vim 
   git submodule init  
   git submodule update 
   mv ~/.vim/vimrc ~/.vimrc

(2) Install Plugin

vim
:PluginInstall
wait process done