feat: add nushell language support
This commit is contained in:
parent
0f1039ca8f
commit
df7f3914cd
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue