dotfiles/nvim/after/ftplugin/gitcommit.lua

9 lines
214 B
Lua
Raw Normal View History

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