mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
perf(markdown): add filetype in VeryLazy
This commit is contained in:
parent
b5945c2fc8
commit
351336244c
1 changed files with 5 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue