From 8d21ab6bc6264b68764427bd99550ea146611d1d Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 26 Mar 2024 01:37:38 -0500 Subject: [PATCH] chg: Added bash to treesitter --- laptop/plugin/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/plugin/treesitter.lua b/laptop/plugin/treesitter.lua index 74a75d5..3674cbc 100644 --- a/laptop/plugin/treesitter.lua +++ b/laptop/plugin/treesitter.lua @@ -1,7 +1,7 @@ local configs = require("nvim-treesitter.configs") configs.setup({ - ensure_installed = { "rust", "lua", "vim", "vimdoc", "latex", "ocaml", "yaml", "dockerfile", "make" }, + ensure_installed = { "rust", "lua", "vim", "vimdoc", "latex", "ocaml", "yaml", "dockerfile", "make", "bash" }, sync_install = false, highlight = { enable = true }, indent = { enable = true },