Add pyright for autoimport of modules
This commit is contained in:
parent
0315d82b74
commit
8edb29132c
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -524,6 +524,7 @@ local servers = {
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
pylsp = {},
|
pylsp = {},
|
||||||
|
pyright = {},
|
||||||
ruff_lsp = {},
|
ruff_lsp = {},
|
||||||
html = {},
|
html = {},
|
||||||
jsonls = {},
|
jsonls = {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue