summaryrefslogtreecommitdiff
path: root/lua/core/info.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-08-11 11:32:33 +0430
committerGitHub <[email protected]>2021-08-11 11:32:33 +0430
commitabbde6c138cebe17b354544395525a8e27673565 (patch)
tree2d61200f97214ffb0d5fba169eb711e08af6d414 /lua/core/info.lua
parent0a1c76eb6a0e3bb37245943905c1f96e1615f15f (diff)
remove useless print for LunarVim info
Diffstat (limited to 'lua/core/info.lua')
-rw-r--r--lua/core/info.lua1
1 files changed, 0 insertions, 1 deletions
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