Refactor git commit filetype overrides
This commit is contained in:
parent
856c994e21
commit
3c2810f1eb
2 changed files with 8 additions and 11 deletions
8
after/ftplugin/gitcommit.lua
Normal file
8
after/ftplugin/gitcommit.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
vim.opt_local.colorcolumn = "50,72"
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.textwidth = 72
|
||||
|
||||
-- autocmd FileType gitcommit highlight ColorColumn ctermbg=8
|
||||
-- filetype indent on
|
||||
-- filetype on
|
||||
-- filetype plugin on
|
Reference in a new issue