lsp config fixes

This commit is contained in:
2026-01-14 10:15:51 +00:00
parent c6d43d5162
commit b6813e83db
3 changed files with 9 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
return {
require("neovim/nvim-lspconfig").nushell.setup({
cmd = {
"nu",
"--config",
vim.env.XDG_CONFIG_HOME .. "/nushell/lsp.nu",
"--lsp",
},
}),
}