neovim: Prefer existing LSP servers on PATH
This commit is contained in:
parent
9e11f2a7fe
commit
351e048939
1 changed files with 3 additions and 1 deletions
|
|
@ -314,7 +314,9 @@ return {
|
|||
build = function(_plugin)
|
||||
require("mason-registry").refresh()
|
||||
end,
|
||||
config = true,
|
||||
config = {
|
||||
PATH = "append",
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue