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

4 lines
145 B
Lua

vim.bo.textwidth = 72
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
vim.opt.spell = true -- turn on spell checking