forked from dineshsalunke/nvim-config
8 lines
137 B
Lua
8 lines
137 B
Lua
return {
|
|
{
|
|
"davidmh/mdx.nvim",
|
|
config = true,
|
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
|
},
|
|
}
|