.vimrc

changeset 742
354f9d473a4b
parent 739
5c5a80199f95
child 746
63fedee268a7
equal deleted inserted replaced
741:269a3e8c8adc 742:354f9d473a4b
316 316
317 " Plugin settings {{{ 317 " Plugin settings {{{
318 let g:plug_threads = 3 318 let g:plug_threads = 3
319 319
320 ">> vim-polyglot 320 ">> vim-polyglot
321 let g:polyglot_disabled = ['vifm'] 321 let g:polyglot_disabled = ['vifm', 'perl']
322 322
323 ">> mucomplete 323 ">> mucomplete
324 " enable and prefer local buffer before tags 324 " enable and prefer local buffer before tags
325 let g:mucomplete#enable_auto_at_startup = 1 325 let g:mucomplete#enable_auto_at_startup = 1
326 let g:mucomplete#chains = {'default': ['path', 'omni', 'c-n', 'tags', 'dict', 'uspl']} 326 let g:mucomplete#chains = {'default': ['path', 'omni', 'c-n', 'tags', 'dict', 'uspl']}

mercurial