An open API service indexing awesome lists of open source software.

https://github.com/partyschaum/vim-setup

my vim setup
https://github.com/partyschaum/vim-setup

Last synced: 6 months ago
JSON representation

my vim setup

Awesome Lists containing this project

README

          

vim-setup
=========

My vim setup uses [pathogen](https://github.com/tpope/vim-pathogen) to manage all plugins. All plugins are installed as git submodules.

Setup
=====

```
git clone git@github.com:Partyschaum/vim-setup.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule init
git submodule update
```

Some of the submodules are mercurial repositories. To use them with git have a look at [Bridge Support In Git For Support Mercurial And Bazaar](http://felipec.wordpress.com/2012/11/13/git-remote-hg-bzr-2/).

Extra points
============
I often use vim within a tmux / zsh setup. You should have a look at how to [seamlessly navigate vim and tmux splits](http://robots.thoughtbot.com/seamlessly-navigate-vim-and-tmux-splits). A proper tmux configuration for this kind of setup could be found [here](https://gist.github.com/Partyschaum/6f7c21d6f0241891cd16).