Files
dotfiles/.config/vim/ftplugin/gitcommit.vim
druckdev d5e8135cac vim: Move language specific bits into ftplugin/
Move stuff for specific languages executed by autocommands into own
filetype plugins to keep the vimrc cleaner.
2020-09-23 01:16:17 +02:00

5 lines
148 B
VimL

" Shorter lines. Subject should be max 50 and body max 72
setlocal colorcolumn=50,72
" Spell checking always enabled
setlocal spell spelllang=en_us