nvim: fix bootup problems with lazy-lsp

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 3259c38d75
commit 6c6564f231
3 changed files with 13 additions and 11 deletions

View file

@ -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 = {