Replies: 2 comments 3 replies
-
Not possible, on_create happens on creating the neovim window/split before the fzf process even starts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe you want to avoid flick in #1969? We can pass EDIT: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to get the number of items (ideally - with name) in the
winopts = { on_create = { function() ...
?I know it's possible in
actions = { result = { fn = function(s) tonumber(unpack(s)) ...
Beta Was this translation helpful? Give feedback.
All reactions