# HG changeset patch # User Meredith Howard # Date 1676827819 21600 # Node ID 823290a8e710b052ad256ec9537c3a10081ba907 # Parent b70ed2db435490a06f3ee493d2a34621113a278d vim-polyglot has been a nuisance too often diff --git a/.config/nvim/lua/plugins/filetype.lua b/.config/nvim/lua/plugins/filetype.lua --- 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', }