nvim/lua/plugins/mdx.lua

8 lines
113 B
Lua

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