nvim: fix bootup problems with lazy-lsp
This commit is contained in:
parent
3259c38d75
commit
6c6564f231
3 changed files with 13 additions and 11 deletions
|
|
@ -26,7 +26,7 @@ return {
|
|||
require("lazy-lsp").setup {
|
||||
-- By default all available servers are set up. Exclude unwanted or misbehaving servers.
|
||||
excluded_servers = {
|
||||
"ccls", "zk",
|
||||
"ccls", "zk", "bufls", "ruff_lsp"
|
||||
},
|
||||
-- Alternatively specify preferred servers for a filetype (others will be ignored).
|
||||
preferred_servers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue