lsp-lazy: exclude postgres_lsp by default
This commit is contained in:
parent
1a56fdcfa2
commit
3fd8bf1070
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue