init.vim: add bash to tree-sitter syntaxes

This commit is contained in:
dogeystamp 2023-02-14 19:03:17 -05:00
parent 5452e196a6
commit 0a181246e5
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -122,7 +122,7 @@ call plug#end()
lua << EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = { "c", "cpp", "javascript", "python", "vim", "latex", "fish" },
ensure_installed = { "c", "cpp", "javascript", "python", "vim", "latex", "fish", "bash" },
sync_install = false,
auto_install = false,
highlight = {