if has('autocmd')
augroup expandtabs
autocmd!
- autocmd FileType c setlocal expandtab softtabstop=2 shiftwidth=2
- autocmd FileType cpp setlocal expandtab softtabstop=2 shiftwidth=2
- autocmd FileType make setlocal noexpandtab tabstop=8 shiftwidth=8
+ autocmd FileType c setlocal expandtab softtabstop=2 shiftwidth=2
+ autocmd FileType cpp setlocal expandtab softtabstop=2 shiftwidth=2
+ autocmd FileType make setlocal noexpandtab tabstop=8 shiftwidth=8
autocmd FileType python setlocal expandtab softtabstop=4 shiftwidth=4
\ formatoptions+=croq colorcolumn=79
\ cinwords=if,elif,else,for,while,try,except,finally,def,class,with
augroup end
augroup quickfix
-" autocmd QuickFixCmdPost [^l]* nested cwindow
-" autocmd QuickFixCmdPost l* nested lwindow
- autocmd QuickFixCmdPost * call asyncrun#quickfix_toggle(8, 1)
+" autocmd QuickFixCmdPost [^l]* nested cwindow
+" autocmd QuickFixCmdPost l* nested lwindow
+ autocmd QuickFixCmdPost * call asyncrun#quickfix_toggle(8, 1)
augroup end
endif
" Unimpaired
packadd! vim-unimpaired
-" Matchit
+" Matchit (%)
packadd! matchit
" termdebug