nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
6.03k stars 464 forks source link

fix: fzf extension selected element parsing #1198

Closed trevarj closed 7 months ago

trevarj commented 7 months ago

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

trevarj commented 7 months ago

Relates to https://github.com/ibhagwan/fzf-lua/issues/537