Remove debugging info

This commit is contained in:
Fernando Schauenburg 2024-02-26 21:35:23 +01:00
parent 79de13cb33
commit 61e658e074

View file

@ -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