chore(nvim/lsp): Switch from pyright to basedpyright

This commit is contained in:
Ahmad Ansori Palembani 2025-05-29 19:24:14 +07:00
parent 0a95ccd9a5
commit 3468583a89
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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