From 6043dafa76bc8987efffb040ebbc8e8869d56c49 Mon Sep 17 00:00:00 2001 From: s-kontrol Date: Thu, 25 Jun 2026 12:00:04 -0300 Subject: [PATCH] added ls --- init.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 595919c2..16a83b86 100644 --- a/init.lua +++ b/init.lua @@ -607,8 +607,8 @@ do ---@type table local servers = { -- clangd = {}, - -- gopls = {}, - -- pyright = {}, + gopls = {}, + pyright = {}, -- rust_analyzer = {}, -- -- Some languages (like typescript) have entire language plugins that can be useful: @@ -616,6 +616,9 @@ do -- -- But for many setups, the LSP (`ts_ls`) will work just fine -- ts_ls = {}, + terraformls = {}, + ansiblels = {}, + jinja_lsp = {}, stylua = {}, -- Used to format Lua code