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 },