feat: change from pyright to basedpyright

This commit is contained in:
2025-10-17 16:53:34 +02:00
parent cdf15743c3
commit eb17aca1fc

View File

@@ -2,7 +2,7 @@ MiniDeps.later(function()
MiniDeps.add("neovim/nvim-lspconfig") MiniDeps.add("neovim/nvim-lspconfig")
vim.lsp.enable({ vim.lsp.enable({
"pyright", "basedpyright",
"ts_ls", "ts_ls",
"rust_analyzer", "rust_analyzer",
"clangd", "clangd",