chore(nvim/lsp): Switch from pyright to basedpyright
This commit is contained in:
parent
0a95ccd9a5
commit
3468583a89
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ return {
|
|||
-- << Kotlin
|
||||
|
||||
-- >> Python
|
||||
"pyright",
|
||||
"basedpyright",
|
||||
-- "ruff",
|
||||
-- "ruff_lsp",
|
||||
-- << Python
|
||||
|
@ -87,7 +87,7 @@ return {
|
|||
-- vim.lsp.config["ruff_lsp"] = {
|
||||
-- capabilities = capabilities,
|
||||
-- }
|
||||
vim.lsp.config["pyright"] = {
|
||||
vim.lsp.config["basedpyright"] = {
|
||||
capabilities = capabilities,
|
||||
}
|
||||
-- FIXME: Causing memleak, probably not compatible with Oil / neotree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue