gfanto / fzf-lsp.nvim

Enable the power of fzf fuzzy search for the neovim built in lsp
MIT License
223 stars 11 forks source link

Highlight line in preview when using cat #17

Closed 0x7D2B closed 3 years ago

0x7D2B commented 3 years ago

If bat was not installed, cat would not highlight the important line in the preview, which was annoying.

I also went ahead and rewrote that whole script in plain old POSIX shell, so it will fix #14.

gfanto commented 3 years ago

Amazing job! Too magic for me 😅