Re-add ftplugin for gitcommit
files
This commit is contained in:
parent
3c798cba51
commit
4c1ef1c01d
1 changed files with 9 additions and 0 deletions
9
modules2/nixvim/ftplugin/gitcommit.nix
Normal file
9
modules2/nixvim/ftplugin/gitcommit.nix
Normal 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
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue