Add MDX LSP, filetype, and syntax highlighting
This commit is contained in:
parent
f51bbe1236
commit
555644bc02
@ -16,6 +16,7 @@ if vim.fn.executable('npm') == 1 then
|
||||
'dockerls', -- Dockerfile
|
||||
'html', -- HTML
|
||||
'jsonls', -- JSON
|
||||
'mdx_analyzer', -- MDX
|
||||
'pyright', -- Python
|
||||
'vimls', -- VimScript
|
||||
'yamlls', -- YAML
|
||||
|
||||
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',
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user