From 0a09de49817358a3e1c9a55be4482af8c24d1665 Mon Sep 17 00:00:00 2001 From: nik alexandrov Date: Fri, 4 Oct 2024 12:40:18 +0100 Subject: [PATCH] add terraform --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 4f7c3f34..dd17d3b2 100644 --- a/init.lua +++ b/init.lua @@ -523,6 +523,7 @@ require('lazy').setup({ -- gopls = {}, -- pyright = {}, -- rust_analyzer = {}, + terraformls = {}, -- ... 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: