Skip to content

maheshl/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

Perform the following steps to install required plugins

  1. Run "sh clone_bundles.sh" to install all bundles
  2. Install solarized font using the instructions at https://github.com/aruhier/gnome-terminal-colors-solarized
  3. create a symlink for .vim/.vimrc as ~/.vimrc

plugins installed through pathogen: (install plugins through clone_bundles.sh)

  1. syntastic (https://github.com/scrooloose/syntastic) - syntax check
  2. nerdtree (https://github.com/scrooloose/nerdtree) - tree view
  3. ctrl-p (https://github.com/kien/ctrlp.vim) - makes search easy
  4. vim-fugitive (git plugin) (https://github.com/tpope/vim-fugitive) - git integration
  5. solarized (http://ethanschoonover.com/solarized/vim-colors-solarized) - color scheme Terminator is configured using https://github.com/ghuntley/terminator-solarized
  6. vim-airline (https://github.com/bling/vim-airline) - statusbar in the file

Manual plugins

  1. ctags
  2. cscope
  3. grep (http://www.vim.org/scripts/script.php?script_id=311)

About

vim configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published