remove useless print for LunarVim info

This commit is contained in:
Abouzar Parvan 2021-08-11 11:32:33 +04:30 committed by GitHub
parent 0a1c76eb6a
commit abbde6c138
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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