Re-add ftplugin for gitcommit files

This commit is contained in:
Oliver Davies 2025-07-30 18:00:00 +01:00
parent 3c798cba51
commit 4c1ef1c01d

View file

@ -0,0 +1,9 @@
{
flake.modules.nixvim.custom.extraFiles."after/ftplugin/gitcommit.lua".text =
# lua
''
vim.opt_local.colorcolumn = "50,72"
vim.opt_local.spell = true
vim.opt_local.textwidth = 72
'';
}