Added python lsp and massive refactor

This commit is contained in:
2024-08-15 01:31:33 +04:00
parent 3c76f844f7
commit 6d55a5d90a
12 changed files with 198 additions and 25 deletions

View File

@@ -21,5 +21,6 @@ require("lazy").setup({
spec = {
{ import = "plugins" },
{ import = "plugins.lsp" },
},
})