diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,7 @@ autocmd FileType bitbake setlocal expandtab autocmd FileType python setlocal expandtab autocmd FileType haskell setlocal expandtab autocmd FileType lhaskell setlocal expandtab +autocmd FileType perl setlocal noexpandtab """""""""""""""""""""""""""""" " airline @@ -112,3 +113,5 @@ xnoremap <F12> <Nop> snoremap <F12> <Nop> onoremap <F12> <Nop> nnoremap <expr> <F12> PopMode() + +au FileType gitcommit setlocal tw=72 |