You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm using vim-outliner plugin. When vim-polyglot is installed, filetype for
*.otl
files (used by vim-outliner) is empty. Puttinglet g:polyglot_disabled = ['ftdetect']
in myvimrc
brings things back to normal, the files are again of expectedvotl
filetype. Looks like polyglot is doing something funky with filetypes.The text was updated successfully, but these errors were encountered: