Compare commits
No commits in common. "90fb7736cf41f7bdc7c2d6b70a6be534115eaf28" and "da7c214afe3f7c80a9916814b149767e63090184" have entirely different histories.
90fb7736cf
...
da7c214afe
|
@ -1,9 +0,0 @@
|
||||||
return {
|
|
||||||
settings = {
|
|
||||||
basedpyright = {
|
|
||||||
analysis = {
|
|
||||||
typeCheckingMode = "standard",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
|
@ -148,7 +148,5 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Manually enable rust analyzer, if installed
|
-- Manually enable rust analyzer
|
||||||
if vim.fn.executable("rust_analyzer") then
|
vim.lsp.enable("rust_analyzer")
|
||||||
vim.lsp.enable("rust_analyzer")
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user