lsp-lazy: exclude postgres_lsp by default

This commit is contained in:
Tigor Hutasuhut 2024-08-19 08:44:47 +07:00
parent 1a56fdcfa2
commit 3fd8bf1070

View file

@ -5,6 +5,7 @@ return {
prefer_local = true,
excluded_servers = {
"gopls", -- gopls likes to be double attached if enabled here.
"postgres_lsp",
},
preferred_servers = {
nix = {