perf(markdown): add filetype in VeryLazy

This commit is contained in:
Folke Lemaitre
2024-06-24 22:11:59 +02:00
parent b5945c2fc8
commit 351336244c

View File

@ -1,6 +1,8 @@
vim.filetype.add({
extension = { mdx = "markdown.mdx" },
})
LazyVim.on_very_lazy(function()
vim.filetype.add({
extension = { mdx = "markdown.mdx" },
})
end)
return {
recommended = function()
return LazyVim.extras.wants({