340 let g:viewdoc_open = 'topleft new' |
340 let g:viewdoc_open = 'topleft new' |
341 let g:viewdoc_perldoc_format = 'ansi' |
341 let g:viewdoc_perldoc_format = 'ansi' |
342 let g:viewdoc_winwidth_max = 100 |
342 let g:viewdoc_winwidth_max = 100 |
343 |
343 |
344 ">> Gundo |
344 ">> Gundo |
345 " I prefer python3 on windows if I have to use it. Needs a dll in path. |
345 let g:gundo_prefer_python3 = 1 |
346 if g:on_windows |
|
347 let g:gundo_prefer_python3 = 1 |
|
348 endif |
|
349 |
346 |
350 ">> Tagbar |
347 ">> Tagbar |
351 if g:on_windows |
348 if g:on_windows |
352 if executable('ctags') == 0 |
349 if executable('ctags') == 0 |
353 " if i haven't installed from chocolatey... |
350 " if i haven't installed from chocolatey... |