From 135bc48eb617050362672a859ab9aeb0dbf81401 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Thu, 4 Jul 2024 00:52:00 +0900 Subject: [PATCH] treesitter - terraform added --- .config/nvim/lua/bumpsoo/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/bumpsoo/plugins/treesitter.lua b/.config/nvim/lua/bumpsoo/plugins/treesitter.lua index 9d232eb..c7c2c6f 100644 --- a/.config/nvim/lua/bumpsoo/plugins/treesitter.lua +++ b/.config/nvim/lua/bumpsoo/plugins/treesitter.lua @@ -19,6 +19,7 @@ return { "go", "yaml", 'python', + "terraform", }, }) end