Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 391 Bytes

My Vim Config

包含常用插件,代码高亮,eslint,nerdtree等

Installation

To use this config, you need to install Pathogen first, and then:

$ git clone https://github.com/treelite/vimconfig.git ~/.vim/bundle
$ cd ~/.vim
$ git submodule init
$ git submodule update

Update

$ cd ~/.vim/bundle
$ git pull