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