summaryrefslogtreecommitdiff
path: root/lua/core/info.lua
diff options
context:
space:
mode:
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