Remove debugging info
This commit is contained in:
parent
79de13cb33
commit
61e658e074
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ M.toggle_spell = function()
|
||||||
end
|
end
|
||||||
|
|
||||||
M.set_gitcommit_buffer_options = function()
|
M.set_gitcommit_buffer_options = function()
|
||||||
print('here we are!')
|
|
||||||
vim.bo.textwidth = 72
|
vim.bo.textwidth = 72
|
||||||
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
|
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
|
||||||
vim.opt.spell = true -- turn on spell checking
|
vim.opt.spell = true -- turn on spell checking
|
||||||
|
|
Loading…
Add table
Reference in a new issue