vim: Move after/ftplugin to ftplugin
There is no reason why the plugins should be in after/.
This commit is contained in:
5
.config/vim/ftplugin/gitcommit.vim
Normal file
5
.config/vim/ftplugin/gitcommit.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
" Shorter lines. Subject should be max 50 and body max 72
|
||||
setlocal colorcolumn=50,72
|
||||
setlocal textwidth=72
|
||||
" Spell checking always enabled
|
||||
setlocal spell spelllang=en
|
||||
Reference in New Issue
Block a user