1
0
Fork 0

neovim: Switch Python LSP to pyright

This commit is contained in:
Jeremy Kaplan 2022-10-21 14:56:41 -07:00
commit 85f68aa5df

View file

@ -383,7 +383,7 @@ lsp_installer.setup({})
local lsp_settings = {
gopls = {},
jedi_language_server = {},
pyright = {},
rust_analyzer = {
["rust-analyzer"] = {
checkOnSave = {