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
But when I open a changelog.txt file, the filetype property gets overriden to changelog by vim-polyglot. Disabling the plugin lets the above lua rule work. How can this be disabled? I've tried vim.g.polyglot_disable = {"changelog"} but it had no effect.
The text was updated successfully, but these errors were encountered:
I have ended up disabling this plugin in favor of tree-sitter and filetype-specific plugins, although having support for more filetypes that won't clash with custom ones would be much better.
I am setting up neovim to have a custom filetype for files with a name `chaneglog.txt':
But when I open a
changelog.txt
file, thefiletype
property gets overriden tochangelog
byvim-polyglot
. Disabling the plugin lets the above lua rule work. How can this be disabled? I've triedvim.g.polyglot_disable = {"changelog"}
but it had no effect.The text was updated successfully, but these errors were encountered: