diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-11-08 20:30:54 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-11-08 20:30:54 +0000 |
commit | 4fb3ea1cc4ec9321927588f73189a48413dd8387 (patch) | |
tree | 9b26300c54b3bc61f1ae39515ff8b951bdef4d96 /.vim | |
parent | ec6cc2021dc9bd5f9a33194ba1057705243ba06d (diff) | |
parent | df93584cd3907afe85d7990193a409424286b15f (diff) |
Merge branch 'master' of https://github.com/uvaes/dotfiles
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/vimrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,12 +1,11 @@ "" Plugins call plug#begin('~/.vim/plugged') -Plug 'airblade/vim-gitgutter', { 'on' : 'GitGutterToggle' } +Plug 'airblade/vim-gitgutter' Plug 'altercation/vim-colors-solarized' Plug 'beloglazov/vim-online-thesaurus' Plug 'bling/vim-airline' Plug 'christoomey/vim-tmux-navigator' Plug 'ctrlpvim/ctrlp.vim' -Plug 'godlygeek/tabular' , { 'on' : 'Tab' } Plug 'gregsexton/gitv', { 'on' : 'Gitv' } Plug 'honza/vim-snippets' Plug 'jamessan/vim-gnupg' @@ -19,11 +18,9 @@ Plug 'majutsushi/tagbar' Plug 'mileszs/ack.vim', { 'on' : 'Ack' } Plug 'pgdouyon/vim-evanesco' Plug 'rdnetto/YCM-Generator', { 'branch' : 'stable' , 'on' : 'YcmGenerateConfig' } -Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'scrooloose/syntastic' Plug 'SirVer/ultisnips' Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } -Plug 'stephpy/vim-yaml' Plug 'terryma/vim-multiple-cursors' Plug 'tomasr/molokai' Plug 'tommcdo/vim-exchange' |