Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 260 Bytes

File metadata and controls

18 lines (15 loc) · 260 Bytes

vimconf

install

git clone https://github.com/songxk/vimconf.git

copy file to the user root path

cp .vimrc ~/.vimrc
cp -r .vim ~/.vim

if you need ctags, install it

yum install ctags

then run ctags -R in the code path