Home > vim-settings

vim-settings

Vim-settings is a project mainly written in Vim Script, it's free.

My vim settings

Installation

cd ~/
git clone git://github.com/shir/vim-settings.git .vim
ln -s .vim/.vimrc
ln -s .vim/.gvimrc
cd .vim/
git submodule update --init

Description

Based on pathogen plugin.

Plugins

  • vim-rails
    Add support for Rails framework. Add support for commands like Rcontroller, Rmodel, Rview and etc.
  • nerdtree
    Add project files tree. To turn it on type \p.
  • bufexplorer
    Show all opened buffers. Type \be to see it.
  • vim-cucumber
    Add syntax highlight for cucumber files.
  • syntastic
    Check file syntax while saving.
  • zencoding-vim
    HTML fast typing. Type div.some>ul.list and than press \y,.
  • tcomment_vim
    Multiline code comment/uncomment. Type gc to toggle comments.
  • tabular
    Multicolum align. Use command Tabularize /<regex>. For example Tabularize /=. Also you can use \a= as keymap for :Tabularize /=
  • vim-fugitive
    Make work with git from vim.

Colorschemes

  • solarized - Light variant is default for GUI
  • rubyblue
  • vividchalk - Default for text mode
Previous:test