Compare commits

..

No commits in common. "90fb7736cf41f7bdc7c2d6b70a6be534115eaf28" and "da7c214afe3f7c80a9916814b149767e63090184" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -1,9 +0,0 @@
return {
settings = {
basedpyright = {
analysis = {
typeCheckingMode = "standard",
},
},
},
}

View File

@ -148,7 +148,5 @@ vim.api.nvim_create_autocmd("LspAttach", {
end,
})
-- Manually enable rust analyzer, if installed
if vim.fn.executable("rust_analyzer") then
vim.lsp.enable("rust_analyzer")
end
-- Manually enable rust analyzer
vim.lsp.enable("rust_analyzer")