소스 검색

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