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
|
-- << Kotlin
|
||||||
|
|
||||||
-- >> Python
|
-- >> Python
|
||||||
"pyright",
|
"basedpyright",
|
||||||
-- "ruff",
|
-- "ruff",
|
||||||
-- "ruff_lsp",
|
-- "ruff_lsp",
|
||||||
-- << Python
|
-- << Python
|
||||||
|
@ -87,7 +87,7 @@ return {
|
||||||
-- vim.lsp.config["ruff_lsp"] = {
|
-- vim.lsp.config["ruff_lsp"] = {
|
||||||
-- capabilities = capabilities,
|
-- capabilities = capabilities,
|
||||||
-- }
|
-- }
|
||||||
vim.lsp.config["pyright"] = {
|
vim.lsp.config["basedpyright"] = {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
}
|
}
|
||||||
-- FIXME: Causing memleak, probably not compatible with Oil / neotree
|
-- FIXME: Causing memleak, probably not compatible with Oil / neotree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue