mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02: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({
|
LazyVim.on_very_lazy(function()
|
||||||
extension = { mdx = "markdown.mdx" },
|
vim.filetype.add({
|
||||||
})
|
extension = { mdx = "markdown.mdx" },
|
||||||
|
})
|
||||||
|
end)
|
||||||
return {
|
return {
|
||||||
recommended = function()
|
recommended = function()
|
||||||
return LazyVim.extras.wants({
|
return LazyVim.extras.wants({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue