vim-polyglot has been a nuisance too often

Sun, 19 Feb 2023 11:30:19 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 19 Feb 2023 11:30:19 -0600
changeset 1027
823290a8e710
parent 1026
b70ed2db4354
child 1028
77e65ab97892

vim-polyglot has been a nuisance too often

.config/nvim/lua/plugins/filetype.lua file | annotate | diff | comparison | revisions
--- a/.config/nvim/lua/plugins/filetype.lua
+++ b/.config/nvim/lua/plugins/filetype.lua
@@ -1,8 +1,5 @@
 local g = vim.g
 
--- >> Polyglot
-g.polyglot_disabled = {'autoindent', 'sensible', 'vifm', 'perl', 'go'}
-
 -- >> Perl
 g.perl_include_pod = 1
 g.perl_sub_signatures = 1
@@ -13,6 +10,5 @@ return {
   'Shougo/vinarise.vim',
   'asciidoc/vim-asciidoc',
   {'vim-perl/vim-perl', branch = 'dev'},
-  'sheerun/vim-polyglot',
   'yko/mojo.vim',
 }

mercurial