Problem recognizing new actions #1811
-
In my personal config I implemented a provider to list and edit neovim options (https://github.com/thesimonho/dotfiles/blob/master/nvim/lua/utils/ui.lua#L137), and its generally working fine I figured I would try to PR this into the main repo, in case there's any interest in such a feature I'm having difficulty getting it to recognize the new action I created. See commit here: https://github.com/thesimonho/fzf-lua/commit/3122b129ba3c97dfc71657ed6c4f6843a26e2b40 As far as I can tell, the only things I need to do are:
I must be missing something fairly basic here, as I can't get fzflua to recognize the existence of the new action, as confirmed by:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Looking at your code in the linked fork seems ok to me, I’m not sure why |
Beta Was this translation helpful? Give feedback.
-
very weird. i uninstalled and reinstalled everything, resetup the dev env in lazy and its fine now. thanks for double checking! |
Beta Was this translation helpful? Give feedback.
Something is off with your local copy? I git cloned your fork, switched to
feat/options
branch,:= FzfLua.actions.option_edit
shows a function definition and the interface help for enter shows the correct action: