Fixes filetype to parser for treesitter

This commit is contained in:
Dennis Schoepf 2025-04-02 20:08:00 +02:00
parent 6c57d1db99
commit b7c4f190af

View file

@ -95,7 +95,6 @@ return {
}, },
}) })
local ft_to_parser = require("nvim-treesitter.parsers").filetype_to_parsername vim.treesitter.language.register("markdown", "vimwiki")
ft_to_parser.vimwiki = "markdown"
end, end,
} }