# HG changeset patch # User Meredith Howard # Date 1601152372 18000 # Node ID 625e5b7d33fba9131f79d3bc6f70c9897931ff95 # Parent 5357de5d54e271d0281da460c9c627221cc58715 move polyglot_disabled earlier diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -48,6 +48,7 @@ let s:filename = expand('') Plug 'powerman/vim-plugin-viewdoc' let g:no_viewdoc_abbrev = 1 + let g:polyglot_disabled = ['vifm', 'perl', 'go'] try execute 'source ' . s:filename . '.local-pre' @@ -320,9 +321,6 @@ let g:perl_compiler_force_warnings = 0 " Plugin settings {{{ let g:plug_threads = 3 -">> vim-polyglot -let g:polyglot_disabled = ['vifm', 'perl', 'go'] - ">> mucomplete " enable and prefer local buffer before tags let g:mucomplete#enable_auto_at_startup = 1