summaryrefslogtreecommitdiff
path: root/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/treesitter.lua')
-rw-r--r--lua/plugins/treesitter.lua7
1 files changed, 7 insertions, 0 deletions
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 },