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
- Host: GitHub
- URL: https://github.com/partyschaum/vim-setup
- Owner: Partyschaum
- Created: 2013-06-18T20:41:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T10:18:57.000Z (about 10 years ago)
- Last Synced: 2023-03-22T03:41:14.113Z (over 3 years ago)
- Language: VimL
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).