junegunn / fzf.vim

fzf :heart: vim
MIT License
9.55k stars 583 forks source link

DX improvements for :GitFiles #1417

Open edi9999 opened 1 year ago

edi9999 commented 1 year ago

Hello,

I'd like to ask if you would consider showing the git status of each file when using :GitFiles.

I know that you have already :GitFiles? to show only changed files.

Sometimes, I open :GitFiles (or :Files) and it would be interesting for me to know which files are currently unstaged because it is usually likely that I want to reopen them for more modifications.

Making them a different color, or using a prefix would be cool.

Also, maybe putting the unstaged / modified files, first on the list would be interesting as well.