aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/nvim/after/ftplugin/gitcommit.lua
blob: b7662fad80e99d3d2c58a0f954dc06c5ca341675 (plain)
1
2
3
vimrc.after_ftplugin('gitcommit', function(conf)
   vim.o.spell = true
end)