mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixed lazy lsp
This commit is contained in:
parent
f656be8083
commit
fc14d227e9
1 changed files with 5 additions and 0 deletions
|
|
@ -44,9 +44,14 @@
|
|||
end
|
||||
|
||||
require('lazy-lsp').setup {
|
||||
excluded_servers = {
|
||||
"sqls", "ccls", "zk",
|
||||
},
|
||||
|
||||
default_config = {
|
||||
on_attach = on_attach,
|
||||
},
|
||||
|
||||
configs = {
|
||||
tsserver = { cmd = { "tsserver", "--stdio" } },
|
||||
pyright = { cmd = { "pyright-langserver", "--stdio" } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue