Skip to content

notice501/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

#FooCoder's vimrc

#Installation

###just use the vimrc

git clone [email protected]:notice501/vimrc.git

replace ~/.vimrc

###use vundle to manage plugins

I use vundle to manage my plugins. Just run :BundleInstallto install all the plugins.

#Requirements

Because I use neocomplete, which requires Vim 7.3.885+ compiled with if_lua. And many plugins requires python and ruby. So, make sure your vim version is 7.3.885+ and compiled with if_lua, python and ruby.

OS X:

brew install macvim --with-cscope --with-lua --enable-pythoninterp --enable-rubyinterp --HEAD --override-system-vim  

#Included Plugins

You can visit my blog - foocoder.com,where I posted detailed description of each plugin.

some plugins:

  • ctrlp.vim: Fuzzy file, buffer, mru and tag finder.
  • YankRing: Maintains a history of previous yanks, changes and deletes
  • To Be Continued...

#To Be Continued...

Releases

No releases published

Packages

No packages published