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 ### Install
* [Vundle](https://github.com/gmarik/vundle) ```shell
* [Autoclose](https://github.com/townk/vim-autoclose) config=$XDG_CONFIG_HOME/vim
* [CtlrP](https://github.com/kien/ctrlp.vim) plugins=$XDG_CACHE_HOME/vim/plugins
* [Distraction free writing](https://github.com/laktek/distraction-free-writing-vim) mkdir -p $plugins
* [Fugitive](https://github.com/tpope/vim-fugitive) git clone https://github.com/rnhmjoj/dotvim.git $config
* [Gundo](https://github.com/sjl/gundo.vim) git clone https://github.com/VundleVim/Vundle.vim.git $plugins/Vundle.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)
### How to install ```
* `git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim` start vim and run `:PluginInstall`
* `cd ~/.vim`
* `mkdir backup temp spell`
* `ln -s vimrc ~/.vimrc`
* from Vim `:BundleInstall`
### How to update ### Update
* from Vim `:BundleInstall!` from vim run `:PluginInstall!`