Sun, 19 Feb 2023 11:30:19 -0600
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', }