feat: add meson tree sittter and lsp support

This commit is contained in:
Youwen Wu 2024-12-11 22:17:41 -08:00
parent 818ecc6721
commit 8195741cc8
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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