feat: add meson tree sittter and lsp support
This commit is contained in:
parent
818ecc6721
commit
8195741cc8
2 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,7 @@
|
||||||
make
|
make
|
||||||
gitcommit
|
gitcommit
|
||||||
jsonc
|
jsonc
|
||||||
|
meson
|
||||||
])
|
])
|
||||||
))
|
))
|
||||||
# for some reason trigger_load still fails to load this in the
|
# for some reason trigger_load still fails to load this in the
|
||||||
|
|
|
@ -64,6 +64,7 @@ M.setup = function()
|
||||||
lspconfig.svelte.setup({})
|
lspconfig.svelte.setup({})
|
||||||
lspconfig.texlab.setup({})
|
lspconfig.texlab.setup({})
|
||||||
lspconfig.clangd.setup({})
|
lspconfig.clangd.setup({})
|
||||||
|
lspconfig.mesonlsp.setup({})
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Reference in a new issue