summaryrefslogtreecommitdiffstats
path: root/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2025-03-16 21:51:12 +0100
committerNanderty <psopka@sopka.ch>2025-03-16 21:51:12 +0100
commit06a89079e742f0b4441cf13165b84cd26c85188b (patch)
tree3796a42d5258b9a2e0c5f10b8690995bac04a639 /lua/plugins/treesitter.lua
parent7aa66e33bc4b80dfe3e4094cc30bd393557c0376 (diff)
downloadneovim-config-06a89079e742f0b4441cf13165b84cd26c85188b.tar.gz
neovim-config-06a89079e742f0b4441cf13165b84cd26c85188b.tar.bz2
neovim-config-06a89079e742f0b4441cf13165b84cd26c85188b.zip
execline highlights
Diffstat (limited to 'lua/plugins/treesitter.lua')
-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',
},
},
},