Compare commits

1 Commits

Author SHA1 Message Date
eb17aca1fc feat: change from pyright to basedpyright 2025-10-17 16:53:34 +02:00

View File

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