dotfiles/nvim/.config/nvim/after/ftplugin/gitcommit.vim
Sanchayan Maity 1ae279fd57 nvim: init: Enable spellsitter
Enable spell check globally and remove file type specific settings.
Use the new treesitter powered spellsitter.
2022-10-01 09:45:24 +05:30

8 lines
156 B
VimL

setlocal textwidth=72
setlocal iskeyword+=-
setlocal bufhidden=wipe
" Jump to sections of diff
nnoremap <buffer> [c ?^@@<CR>
nnoremap <buffer> ]c /^@@<CR>