.vimrc

changeset 674
f2fcb1db50b3
parent 666
0cf4a2458e49
child 702
f817544836c7
equal deleted inserted replaced
673:3fd7e444a689 674:f2fcb1db50b3
313 let g:perl_compiler_force_warnings = 0 313 let g:perl_compiler_force_warnings = 0
314 let g:perl_tidy_equalprg = executable('perltidy') ? 1 : 0 314 let g:perl_tidy_equalprg = executable('perltidy') ? 1 : 0
315 " }}} 315 " }}}
316 316
317 " Plugin settings {{{ 317 " Plugin settings {{{
318 ">> vim-polyglot
319 let g:polyglot_disabled = ['vifm']
320
318 ">> mucomplete 321 ">> mucomplete
319 " enable and prefer local buffer before tags 322 " enable and prefer local buffer before tags
320 let g:mucomplete#enable_auto_at_startup = 1 323 let g:mucomplete#enable_auto_at_startup = 1
321 let g:mucomplete#chains = {'default': ['path', 'omni', 'c-n', 'tags', 'dict', 'uspl']} 324 let g:mucomplete#chains = {'default': ['path', 'omni', 'c-n', 'tags', 'dict', 'uspl']}
322 325

mercurial