feat: add nushell language support

This commit is contained in:
Youwen Wu 2024-12-28 12:10:42 -08:00
parent 0f1039ca8f
commit df7f3914cd
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 0 deletions

View file

@ -125,6 +125,7 @@
gitcommit gitcommit
jsonc jsonc
meson meson
nu
]) ])
)) ))
# 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

@ -65,6 +65,7 @@ M.setup = function()
lspconfig.texlab.setup({}) lspconfig.texlab.setup({})
lspconfig.clangd.setup({}) lspconfig.clangd.setup({})
lspconfig.mesonlsp.setup({}) lspconfig.mesonlsp.setup({})
lspconfig.nushell.setup({})
end end
return M return M