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