From d4d35558248e194b265f00c5d7f430c0465e0052 Mon Sep 17 00:00:00 2001 From: Alex Toth Date: Sun, 1 Oct 2023 10:52:31 +0000 Subject: [PATCH] feat: add terraform --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 7381c428..702701d7 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,6 @@ ===================================================================== ==================== READ THIS BEFORE CONTINUING ==================== ===================================================================== - Kickstart.nvim is *not* a distribution. Kickstart.nvim is a template for your own configuration. @@ -309,7 +308,7 @@ vim.keymap.set('n', 'sr', require('telescope.builtin').resume, { desc = -- See `:help nvim-treesitter` require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim' }, + ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'terraform' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false, @@ -447,6 +446,7 @@ local servers = { -- pyright = {}, rust_analyzer = {}, tsserver = {}, + terraformls = {}, -- html = { filetypes = { 'html', 'twig', 'hbs'} }, lua_ls = {