finish mdx support

main
Zynh0722 2024-03-15 05:22:31 -07:00
parent d915829d01
commit 93604b5115
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ vim.o.conceallevel = 2
if vim.loader then
vim.loader.enable()
end
vim.filetype.add({
extension = {
mdx = "markdown",
},
})