sheerun / vim-polyglot

A solid language pack for Vim.
5.57k stars 298 forks source link

Polyglot breaks at least one existing filetype. #829

Open avysk opened 1 year ago

avysk commented 1 year ago

I'm using vim-outliner plugin. When vim-polyglot is installed, filetype for *.otl files (used by vim-outliner) is empty. Putting let g:polyglot_disabled = ['ftdetect'] in my vimrc brings things back to normal, the files are again of expected votl filetype. Looks like polyglot is doing something funky with filetypes.