Add pyright for autoimport of modules

This commit is contained in:
Eric Tiedemann 2023-12-08 12:46:23 -05:00
parent 0315d82b74
commit 8edb29132c
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ local servers = {
-- pyright = {},
rust_analyzer = {},
pylsp = {},
pyright = {},
ruff_lsp = {},
html = {},
jsonls = {},