morawskim / vimdot

dot files for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

git clone git://github.com/morawskim/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

More info at http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

Install new plugin

https://github.com/robbles/logstash.vim.git

git submodule add http://github.com/<username>/<repo>.git bundle/<name>
git add .
git commit -m "Install <name> bundle as a submodule."

About

dot files for vim


Languages

Language:Vim Snippet 53.2%Language:Vim Script 46.2%Language:Ruby 0.3%Language:JavaScript 0.3%