diff --git a/config/nvim/lua/fschauen/util/options.lua b/config/nvim/lua/fschauen/util/options.lua index 1685ad8..41aca05 100644 --- a/config/nvim/lua/fschauen/util/options.lua +++ b/config/nvim/lua/fschauen/util/options.lua @@ -26,7 +26,6 @@ M.toggle_spell = function() end M.set_gitcommit_buffer_options = function() - print('here we are!') vim.bo.textwidth = 72 vim.opt.formatoptions:append('t') -- wrap text on 'textwidth' vim.opt.spell = true -- turn on spell checking