Update readme

This commit is contained in:
rnhmjoj 2015-10-11 15:15:09 +02:00
parent a697023388
commit ebf308a985

View File

@ -1,30 +1,15 @@
## This is my Vim configuration.
## My vim configuration
### Installed plugins
* [Vundle](https://github.com/gmarik/vundle)
* [Autoclose](https://github.com/townk/vim-autoclose)
* [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)
* [Jade](https://github.com/digitaltoad/vim-jade)
* [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)
### Install
```shell
config=$XDG_CONFIG_HOME/vim
plugins=$XDG_CACHE_HOME/vim/plugins
mkdir -p $plugins
git clone https://github.com/rnhmjoj/dotvim.git $config
git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.vim
### How to install
* `git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim`
* `cd ~/.vim`
* `mkdir backup temp spell`
* `ln -s vimrc ~/.vimrc`
* from Vim `:BundleInstall`
```
start vim and run `:PluginInstall`
### How to update
* from Vim `:BundleInstall!`
### Update
from vim run `:PluginInstall!`