aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/after/ftplugin/gitcommit.lua
blob: e6700357ff177d932a16f48890ca6898338014c7 (plain) (blame)
1
2
3
vim.wo.spell = true
vim.b.undo_ftplugin = (vim.b.undo_ftplugin or "") .. "|setlocal spell<"
vim.cmd([[match ErrorMsg /\%1l.\%>50v/]])