Don't create the gutentags directory anymore as this happens automatically

This commit is contained in:
Kevin MacMartin 2024-03-01 22:29:04 -05:00
parent 80e497e268
commit ffd1b9962a

View file

@ -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/{}')
"}}}