Browse Source

remove useless print for LunarVim info

Abouzar Parvan 3 năm trước cách đây
mục cha
commit
abbde6c138
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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