diff --git a/init.lua b/init.lua index 30262ae..88e11af 100644 --- a/init.lua +++ b/init.lua @@ -501,6 +501,7 @@ require('lazy').setup({ gopls = {}, pyright = {}, rust_analyzer = {}, + zls = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: