otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
456 stars 21 forks source link

quick-open not working. #71

Closed wom closed 2 months ago

wom commented 2 months ago

Hey.

Using copy/pasted default arrow config via lazy.vim - I pres ; and it brings up the window properly. I can happily edit/clear/delete; but if i press '1' - nothing happens. If i Edit; go down to file i want and - it opens as expected. Am I missing something?

If i set index_keys = "abc", - the list gets indexed as expected, but I still can't quick jump to a file.

Thanks!

image

otavioschwanck commented 2 months ago

Can you paste your setup here?

wom commented 2 months ago

https://github.com/wom/dots/blob/main/.config/nvim/lua/plugins/arrow.lua

i have a number of local edits I need to cleanup and push; but this is my config. If the problems not obvious; i can do a minimal config and start adding stuff back when I get time.

wom commented 2 months ago

@otavioschwanck I did some digging, it looks like custom_actions (copied 1:1 from Advanced Setup doc on main README.md) was the issue. I minified my config, and tried in different terminals; and reproduced with the same opts. I'll close this as pebkac. image https://github.com/wom/dots/commit/d3d102f683d6173e81385da8e7fa8840695be822

NVIM v0.10.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Run "nvim -V1 -v" for more info