nixpkgs/home/programs/neovim/configuration/after/ftplugin/gitcommit.vim
Daniel Siepmann 7106b7cac7
Add neovim configuration inline instead of another repository
This eases maintenance as I don't need to commit and push one repo, and
update rev and sha in here.
Instead I can just change configuration and run home-manager switch.
2022-03-15 08:00:46 +01:00

6 lines
237 B
VimL

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