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
|
||||
jsonc
|
||||
meson
|
||||
nu
|
||||
])
|
||||
))
|
||||
# for some reason trigger_load still fails to load this in the
|
||||
|
|
|
@ -65,6 +65,7 @@ M.setup = function()
|
|||
lspconfig.texlab.setup({})
|
||||
lspconfig.clangd.setup({})
|
||||
lspconfig.mesonlsp.setup({})
|
||||
lspconfig.nushell.setup({})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Reference in a new issue