Add MDX LSP, filetype, and syntax highlighting
This commit is contained in:
7
lua/plugins/mdx.lua
Normal file
7
lua/plugins/mdx.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'davidmh/mdx.nvim',
|
||||
config = true,
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user