1
0

move config/core to core

the extra config dir seems unnecessary,
this folder should already only contain configuration files
This commit is contained in:
valeth 2015-04-14 18:12:42 +02:00
parent e41c623b08
commit 375814ff79
21 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ Plug 'junegunn/seoul256.vim'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'scrooloose/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' }
if version >= 704
if v:version >= 704
Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
endif
if version >= 703
if v:version >= 703
Plug 'vim-scripts/Gundo', { 'on': 'GundoToggle' }
endif