Hi! I'm trying to invoke the plugin from search highlight but apparently it only works if I manually highlight the file or directory. Steps to reproduce: 1. Run `ls` 2. Switch to visual mode (prefix + [) 3. Search for folder or directory using vim key bindings (/ + pattern) 4. Press o to open a file or directory Nothing happens. If I manually highlight the same file or directly on visual mode, it opens it correctly. Am I doing something wrong?