Make sure the textwidth to 72 in gitcommit filetype

This commit is contained in:
Kenneth Benzie 2024-04-16 00:07:09 +01:00
parent 8d93cbdf57
commit c190e42da5

View File

@ -1,4 +1,5 @@
vim.opt.spell = true vim.opt.spell = true
vim.opt.textwidth = 72
-- Auto-wrap text using textwidth -- Auto-wrap text using textwidth
vim.opt.formatoptions:append('t') vim.opt.formatoptions:append('t')