From f86a49273978fc6f619be10cf3a559292066c2eb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 7 Mar 2024 23:55:08 -0600 Subject: feat: continue with the c++ support --- 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 ade55ec..190dad4 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -33,6 +33,7 @@ return { indent = { enable = true, disable = { + 'cpp', 'python', 'css', }, }, -- cgit v1.2.3-54-g00ecf