Skip to content

scott-r-lindsey/scott-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Scott's VIM configuration

This has been superseded by scott-vim8! (configuring vim has gotten a lot easier!)

Included:

In addition, tips from around the web have been included:

To obliterate an existing vim config and replace with Scott's:

cd && rm -rf .vimrc .vim && \
git clone git://github.com/scott-r-lindsey/scott-vim.git .vim && \
ln -s .vim/vimrc .vimrc && \
cd .vim && git submodule init && git submodule update && cd

Releases

No releases published

Packages

No packages published