From ed72526d26512168cec114d9c265839c36b79cbf Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sun, 14 Jul 2024 01:15:05 +0200 Subject: [PATCH] ZLS added --- init.lua | 1 + 1 file changed, 1 insertion(+) 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: