Skip to content

songxk/vimconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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