nixpkgs/home/programs/neovim/configuration/ftdetect/folder_sac.vim

8 lines
320 B
VimL
Raw Normal View History

augroup sacFolder
autocmd!
autocmd BufEnter **/sac/**/Configuration/**/*.typoscript :setlocal tabstop=2 shiftwidth=2
2022-03-15 09:57:03 +01:00
autocmd BufEnter **/sac/**/*.xlf :setlocal noexpandtab
autocmd BufEnter **/sac/**/.git/COMMIT_EDITMSG let b:ale_gitcommit_gitlint_options = '-c T7.regex="\[.*\] \w+-\d+ .*"'
augroup END