neovim: Switch Python LSP to pyright
This commit is contained in:
parent
08036e99f5
commit
85f68aa5df
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ lsp_installer.setup({})
|
||||||
|
|
||||||
local lsp_settings = {
|
local lsp_settings = {
|
||||||
gopls = {},
|
gopls = {},
|
||||||
jedi_language_server = {},
|
pyright = {},
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
checkOnSave = {
|
checkOnSave = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue