From abbde6c138cebe17b354544395525a8e27673565 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 11 Aug 2021 11:32:33 +0430 Subject: remove useless print for LunarVim info --- lua/core/info.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua') diff --git a/lua/core/info.lua b/lua/core/info.lua index e4c787a2..825f8fa7 100644 --- a/lua/core/info.lua +++ b/lua/core/info.lua @@ -124,7 +124,6 @@ local function tbl_set_highlight(terms, highlight_group) end for _, v in pairs(terms) do - print("Add highlight for word: " .. v) vim.cmd('let m=matchadd("' .. highlight_group .. '", "' .. v .. '")') end end -- cgit v1.2.3