feat(terminal): clear search highlight when opening a terminal

This commit is contained in:
dotfrag 2024-07-17 20:37:41 +03:00
parent c1b76ee235
commit 5287f98fca

View file

@ -87,6 +87,8 @@ function M.open(cmd, opts)
vim.cmd.startinsert()
end,
})
vim.cmd("noh")
end
return terminals[termkey]