nvim/lua/plugins/mdx.lua

7 lines
96 B
Lua

return {
'davidmh/mdx.nvim',
dependencies = {
'nvim-treesitter/nvim-treesitter',
},
}