1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 12:19:26 +00:00

[neovim] change pyright LSP server by basedpyright

This commit is contained in:
2024-03-22 17:21:22 +01:00
parent a4f1186c35
commit c6c9440d60
5 changed files with 44 additions and 32 deletions

View File

@ -7,7 +7,7 @@ local servers = {
"jdtls",
"jsonls",
"lua_ls",
"pyright",
"basedpyright",
"ruff_lsp",
"terraformls",
"yamlls",