浏览代码

remove useless print for LunarVim info

Abouzar Parvan 3 年之前
父节点
当前提交
abbde6c138
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lua/core/info.lua

+ 0 - 1
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