/my-vim

My Vim files

Primary LanguageVimL

My Vim Configurations

Before

Install git (ubuntu)

sudo apt-get install git-core

Install git-subtree for install vim plugins

mkdir $HOME/git; cd $HOME/git
git clone git://github.com/apenwarr/git-subtree.git
sudo bash git-subtree/install.sh

Install PowerLine symbols

visit [powerline-fonts][powerline-fonts]

Usage

cd $HOME
git clone https://github.com/fadying/my-vim.git .vim
ln -s .vim/.vimrc .vimrc

Some plugins to use

  • call AutoCorrect() to use autocorrect
  • NERDTree to use nerdtree
  • TlistOpen to use taglist

To install or update vim plugins from github

cd $HOME/.vim
bash github-plugin-install.sh tpope/vim-pathogen

Installed plugins for vim

snipmate-snippets replaced original snippets in snipate. Used rake to install.