Skip to content

josemariaruiz/paulvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim_setup

My collection of vim plug-ins and vimrc

set up: cd /path/to/git-repos git clone [email protected]:pdlawson/paulvim.git cd ~ ln -s /path/to/git-repos/paulvim/vim .vim ln -s /path/to/git-repos/paulvim/vimrc .vimrc

dependencies:

pyflakes: apt-get install pyflakes exuberant ctags: apt-get install exuberant-ctags [in .ctags file, to ignore python import statements] --python-kinds=-i [in parent folder for all source code, run] ctags -R [set a cron job, e.g.] 30 * * * * ctags -R -o /path/to/sourcecode/ctags /path/to/sourcecode

About

My collection of vim plug-ins and vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%