Replies: 2 comments
-
I don’t know what is the contents of |
Beta Was this translation helpful? Give feedback.
0 replies
-
nvim-notify provides a direct way of doing this: require("notify.integrations").pick() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i use nvim-notify: https://github.com/rcarriga/nvim-notify
And I have this mapping```
map("n", "sn", function()
local history = require("notify").history()
require("fzf-lua").fzf_exec(history)
end, opts)
Beta Was this translation helpful? Give feedback.
All reactions