mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Don't create the gutentags directory anymore as this happens automatically
This commit is contained in:
parent
80e497e268
commit
ffd1b9962a
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@
|
|||
scriptencoding utf-8
|
||||
|
||||
"INITIALIZE PLUGINS: {{{
|
||||
"create missing plugin config files and directories
|
||||
if exists('*mkdir') && !isdirectory(glob("~/.vim/gutentags"))
|
||||
call mkdir(glob("~/.vim/gutentags"),'p')
|
||||
endif
|
||||
|
||||
"load plugins in vim/bundle/ and vim/bundle.user/
|
||||
execute pathogen#infect('bundle/{}', 'bundle.user/{}')
|
||||
"}}}
|
||||
|
|
Loading…
Reference in a new issue