From aa1efd58367066722daffdcbb198bfd8758f55b9 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 19 Aug 2023 05:50:34 -0600 Subject: feat: add markdown hl and extra languages --- lua/plugins/treesitter.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua/plugins/treesitter.lua') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 7105fc0..d0bc8c5 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -8,12 +8,19 @@ return { -- as it has to be configured with the required...'.config' opts = { ensure_installed = { + 'bash', + 'ini', 'go', 'lua', 'python', 'typescript', 'vimdoc', 'vim', + 'css', + 'html', + 'markdown', + 'markdown_inline', + 'php' }, auto_install = false, highlight = { enable = true }, -- cgit v1.2.3-54-g00ecf