From e14f02742d1a933abf68dfb0a020fe13d698141d Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 3 Mar 2024 21:47:00 -0600 Subject: feat: add more c++ support, fix godot --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/plugins/treesitter.lua') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index eaa6b33..ade55ec 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -9,6 +9,7 @@ return { opts = { ensure_installed = { 'c', + 'cpp', 'bash', 'ini', 'go', -- cgit v1.2.3-54-g00ecf