finish mdx support
This commit is contained in:
parent
d915829d01
commit
93604b5115
1 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,9 @@ vim.o.conceallevel = 2
|
|||
if vim.loader then
|
||||
vim.loader.enable()
|
||||
end
|
||||
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
mdx = "markdown",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue