From 06a89079e742f0b4441cf13165b84cd26c85188b Mon Sep 17 00:00:00 2001 From: Nanderty Date: Sun, 16 Mar 2025 21:51:12 +0100 Subject: execline highlights --- lua/plugins/treesitter.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 11cdaa0..6ca4967 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -16,14 +16,13 @@ return { }, indent = { enable = true, disable = { 'python' } }, ensure_installed = { - 'javascript', - 'python', - 'cpp', - 'c', - 'lua', - 'php', - 'html', - 'css', + 'python', + 'cpp', + 'c', + 'lua', + 'html', + 'css', + 'bash', }, }, }, -- cgit v1.2.3