mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-26 00:01:27 -05:00
Changed some formatting + set tagfile locations
This commit is contained in:
parent
952ce1c879
commit
ddf0d247e2
1 changed files with 8 additions and 5 deletions
|
@ -17,6 +17,9 @@
|
|||
|
||||
"load plugins in vim/bundle/ and vim/bundle.user/
|
||||
execute pathogen#infect('bundle/{}', 'bundle.user/{}')
|
||||
|
||||
"set the locations for easytags, tagbar and other plugins to look for tag files
|
||||
set tags=./.tags;,~/.vim/tags
|
||||
"}}}
|
||||
|
||||
"SYNTAX PLUGINS: {{{
|
||||
|
|
Loading…
Reference in a new issue