ojroques / nvim-lspfuzzy

A Neovim plugin to make the LSP client use FZF
BSD 2-Clause "Simplified" License
316 stars 11 forks source link

Color filenames and line number #33

Closed srafi1 closed 2 years ago

srafi1 commented 2 years ago

It's kind of hard to parse the results within the fzf window because the filename and line contents are all one color. This PR uses ANSI escape sequences to make the filename purple and the line number green matching the default colors for :Rg on the fzf plugin which also colorizes output to help with visually parsing it

Example: lspfuzzy_pr_ss .

ojroques commented 2 years ago

Looks awesome! Thanks a lot :)