1
0
Fork 0

neovim: Prefer existing LSP servers on PATH

This commit is contained in:
Jeremy Kaplan 2024-03-18 17:06:46 -07:00
commit 351e048939

View file

@ -314,7 +314,9 @@ return {
build = function(_plugin) build = function(_plugin)
require("mason-registry").refresh() require("mason-registry").refresh()
end, end,
config = true, config = {
PATH = "append",
},
}, },
{ {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",