From 5775433158480966a4ace022c0cd8ca5197166dd Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Sat, 24 Feb 2024 23:17:19 -0500 Subject: [PATCH] add some more grammars for readme --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f9be842..cf320ac 100644 --- a/init.lua +++ b/init.lua @@ -771,7 +771,7 @@ require('lazy').setup({ ---@diagnostic disable-next-line: missing-fields require('nvim-treesitter.configs').setup { - ensure_installed = { 'c', 'lua', 'vim', 'vimdoc' }, + ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = true, highlight = { enable = true },