mirror of https://github.com/folke/lazy.nvim.git
style(keys): remove debug output
This commit is contained in:
parent
b4d4e6b41b
commit
6d46a3028d
|
@ -46,7 +46,6 @@ function M.retrigger(keys)
|
||||||
if vim.v.count ~= 0 then
|
if vim.v.count ~= 0 then
|
||||||
feed = vim.v.count .. feed
|
feed = vim.v.count .. feed
|
||||||
end
|
end
|
||||||
vim.notify(feed)
|
|
||||||
vim.api.nvim_input(feed)
|
vim.api.nvim_input(feed)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue