From 61e658e07436b6fb1ff1de6363352b383bb6f8d8 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 26 Feb 2024 21:35:23 +0100 Subject: [PATCH] Remove debugging info --- config/nvim/lua/fschauen/util/options.lua | 1 - 1 file changed, 1 deletion(-) 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