diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-22 12:50:44 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-22 12:50:44 +0100 |
commit | 950154571fdab323d76650b1371fb9efe75615fa (patch) | |
tree | 051e2de0e54aa4ca5fc6b9c1a46bb3544ba73d48 | |
parent | 50df1f8c8255783a7fd11bc26d131127ea63a43f (diff) |
minor changes
-rw-r--r-- | .gitignore | 17 | ||||
-rw-r--r-- | nvimrc | 2 |
2 files changed, 10 insertions, 9 deletions
@@ -1,15 +1,16 @@ mutt/cache/ +mutt/cache/ +mutt/cache/headers mutt/mailboxes/ -vim/vimundo/* -vim/bundle/ +mutt/mutt-colors-solarized/ +mutt/temp/ +newsbeuter +nvim/autoload/ nvim/plugged/ nvim/vim-plug/ -nvim/autoload/ nvim/vimundo/ vifm/Trash -vifm/vimfiles vifm/vifminfo -mutt/mutt-colors-solarized/ -mutt/temp/ -mutt/cache/ -mutt/cache/headers +vifm/vimfiles +vim/bundle/ +vim/vimundo/* @@ -34,7 +34,7 @@ Plug 'tpope/vim-scriptease' Plug 'tpope/vim-sensible' Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' -Plug 'Valloric/YouCompleteMe' , { 'for' : 'cpp' } +Plug 'Valloric/YouCompleteMe' call plug#end() "" Plugins options |