zig lsp, changed from jedi to pylsp because of weird autocomplete issues

This commit is contained in:
2022-10-05 08:09:57 -05:00
parent f92b4d0236
commit c479a44422
3 changed files with 10 additions and 17 deletions
+4 -1
View File
@@ -89,7 +89,7 @@ require("packer").startup(function()
-- PYTHON
--use {"numirias/semshi", run = ":UpdateRemotePlugins"} -- python
use("Vimjas/vim-python-pep8-indent")
--use("Vimjas/vim-python-pep8-indent")
--use("petobens/poet-v")
-- HTML/CSS
@@ -113,4 +113,7 @@ require("packer").startup(function()
-- })
-- end,
--})
-- ZIG
use("ziglang/zig.vim")
end)