nixpkgs/home/programs/neovim/configuration/after/ftplugin/gitcommit.vim

6 lines
237 B
VimL
Raw Normal View History

setlocal foldmethod=syntax foldlevel=0
setlocal spell spelllang=en textwidth=72 colorcolumn=72
" Doesn't work, perhaps because pointer is set before loading this file?
" Try to execute command to go to first line?
" setlocal startofline