From 33e45ed710d478e01db665d4355e9f4b51ecc3c0 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:54:14 +0000 Subject: fixup --- mut/neovim/lua/my/packages/cmp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mut/neovim/lua/my/packages/cmp.lua b/mut/neovim/lua/my/packages/cmp.lua index 0c63170..c959244 100644 --- a/mut/neovim/lua/my/packages/cmp.lua +++ b/mut/neovim/lua/my/packages/cmp.lua @@ -24,7 +24,6 @@ function has_words_before() local is_not_first_col = (not (col == 0)) local is_not_whitespace = (is_whitespace == nil) local result = is_not_first_col and is_not_whitespace - P("has_words_before: " .. tostring(result) .. ", because is_not_first_col and is_not_whitespace: " .. tostring(is_not_first_col) .. " and " .. tostring(is_not_whitespace) .. ", is_whitespace: '" .. tostring(is_whitespace) .. "'") return result end -- cgit v1.2.3