mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-02-06 01:03:24 +00:00
lsp config fixes
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
return {
|
||||
require("neovim/nvim-lspconfig").nushell.setup({
|
||||
cmd = {
|
||||
"nu",
|
||||
"--config",
|
||||
vim.env.XDG_CONFIG_HOME .. "/nushell/lsp.nu",
|
||||
"--lsp",
|
||||
},
|
||||
}),
|
||||
}
|
||||
@@ -2,8 +2,8 @@ return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"mason-org/mason.nvim",
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
{ "j-hui/fidget.nvim", opts = {} },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user