From 9394f1243425db00825b10091648bbd2c1f83d01 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 9 Mar 2024 06:15:02 -0600 Subject: fix: wrong cpp syntax highlighting + autosession fixes/refact --- lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/treesitter.lua') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 190dad4..df93a7c 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -28,7 +28,7 @@ return { 'godot_resource', 'rust', }, - auto_install = false, + auto_install = true, highlight = { enable = true }, indent = { enable = true, -- cgit v1.2.3-54-g00ecf