summaryrefslogtreecommitdiffstats
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/treesitter.lua15
1 files changed, 7 insertions, 8 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua
index 11cdaa0..6ca4967 100644
--- a/lua/plugins/treesitter.lua
+++ b/lua/plugins/treesitter.lua
@@ -16,14 +16,13 @@ return {
},
indent = { enable = true, disable = { 'python' } },
ensure_installed = {
- 'javascript',
- 'python',
- 'cpp',
- 'c',
- 'lua',
- 'php',
- 'html',
- 'css',
+ 'python',
+ 'cpp',
+ 'c',
+ 'lua',
+ 'html',
+ 'css',
+ 'bash',
},
},
},