summaryrefslogtreecommitdiff
path: root/.config/nvim/after/ftdetect/bash.vim
blob: 56af2540a7f34267521446f8de64101513f1784c (plain) (blame)
1
2
" Force bash syntax instead of sh so that we get tree-sitter support
autocmd BufRead,BufNewFile *.sh set ft=bash