dotfiles/nvim/.config/nvim/after/ftplugin/gitcommit.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
207 B
Lua
Raw Normal View History

vim.bo.textwidth = 72
vim.bo.bufhidden = 'wipe'
vim.keymap.set('n', '[c', "?^@@<CR>", { noremap=true, silent=true, buffer=0 })
vim.keymap.set('n', ']c', "/^@@<CR>", { noremap=true, silent=true, buffer=0 })