mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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
|
end
|
||||||
|
|
||||||
require('lazy-lsp').setup {
|
require('lazy-lsp').setup {
|
||||||
|
excluded_servers = {
|
||||||
|
"sqls", "ccls", "zk",
|
||||||
|
},
|
||||||
|
|
||||||
default_config = {
|
default_config = {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
},
|
},
|
||||||
|
|
||||||
configs = {
|
configs = {
|
||||||
tsserver = { cmd = { "tsserver", "--stdio" } },
|
tsserver = { cmd = { "tsserver", "--stdio" } },
|
||||||
pyright = { cmd = { "pyright-langserver", "--stdio" } },
|
pyright = { cmd = { "pyright-langserver", "--stdio" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue