diff options
| author | Nanderty <psopka@sopka.ch> | 2025-03-16 21:51:12 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-03-16 21:51:12 +0100 |
| commit | 06a89079e742f0b4441cf13165b84cd26c85188b (patch) | |
| tree | 3796a42d5258b9a2e0c5f10b8690995bac04a639 /lua | |
| parent | 7aa66e33bc4b80dfe3e4094cc30bd393557c0376 (diff) | |
| download | neovim-config-06a89079e742f0b4441cf13165b84cd26c85188b.tar.gz neovim-config-06a89079e742f0b4441cf13165b84cd26c85188b.tar.bz2 neovim-config-06a89079e742f0b4441cf13165b84cd26c85188b.zip | |
execline highlights
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/treesitter.lua | 15 |
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', }, }, }, |
