dotvim/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2014-01-13 22:05:31 +01:00
## This is my Vim configuration.
2013-11-22 18:20:32 +01:00
2014-01-13 22:05:31 +01:00
### Installed plugins
2013-11-22 18:20:32 +01:00
* [Vundle](https://github.com/gmarik/vundle)
2013-11-27 19:05:54 +01:00
* [Autoclose](https://github.com/townk/vim-autoclose)
2013-11-22 18:20:32 +01:00
* [CtlrP](https://github.com/kien/ctrlp.vim)
* [Distraction free writing](https://github.com/laktek/distraction-free-writing-vim)
* [Fugitive](https://github.com/tpope/vim-fugitive)
* [Gundo](https://github.com/sjl/gundo.vim)
* [Jedi](https://github.com/davidhalter/jedi-vim)
2013-12-22 16:40:04 +01:00
* [Jade](https://github.com/digitaltoad/vim-jade)
2013-11-22 18:20:32 +01:00
* [Markdown](https://github.com/tpope/vim-markdown)
* [NERDCommenter](https://github.com/scrooloose/nerdcommenter)
* [NERDTree](https://github.com/scrooloose/nerdtree)
* [NERDTreeTabs](https://github.com/jistr/vim-nerdtree-tabs)
* [Lightline](https://github.com/itchyny/lightline.vim)
* [Solarized](https://github.com/altercation/vim-colors-solarized)
* [Supertab](https://github.com/scrooloose/nerdtree)
* [Syntastic](https://github.com/scrooloose/syntastic)
* [Tagbar](https://github.com/majutsushi/tagbar)
2014-01-13 22:05:31 +01:00
### How to install
2013-11-22 18:20:32 +01:00
* `git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim`
* `cd ~/.vim`
* `mkdir backup temp spell`
* `ln -s vimrc ~/.vimrc`
2014-01-13 22:05:31 +01:00
* from Vim `:BundleInstall`
2013-11-22 18:20:32 +01:00
2014-01-13 22:05:31 +01:00
### How to update
* from Vim `:BundleInstall!`