Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fzf extension selected element parsing (#1198)
* fix: fzf extension selected element parsing On non-floating windows the selected element is not supported and showed 'nil'. This fixes that and also uses fzf's path parser for a cleaner parsing of the selection. Closes #1197 * fix: fzf-lua extension lazy loading Not calling require immediately will allow for better lazy loading using lazy.nvim while the 'fzf' extension is enabled.
- Loading branch information