Added python lsp and massive refactor
This commit is contained in:
@@ -21,5 +21,6 @@ require("lazy").setup({
|
||||
|
||||
spec = {
|
||||
{ import = "plugins" },
|
||||
{ import = "plugins.lsp" },
|
||||
},
|
||||
})
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
local to_install = {
|
||||
"stylua",
|
||||
"ruff",
|
||||
"isort",
|
||||
"mypy",
|
||||
"basedpyright",
|
||||
}
|
||||
|
||||
return to_install
|
||||
Reference in New Issue
Block a user