Is it possible to show line number in GFiles ?
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- Category
- [x] Question
- [x] Bug ?
- [ ] Suggestion
- OS
- [ ] Linux
- [x] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [ ] Vim
- [x] Neovim
I added `blank line` at line 8, then saved


I wonder if we could config `GFiles?` to show absolute line number (without relative like the second picture).
If you notice, the red plus sign should be at the bottom because it's line 8.
My configure is
```
command! -bang -nargs=* Find call fzf#vim#grep(
\ 'rg --column --line-number --no-heading --follow --color=always '., 1,
\ 0 ? fzf#vim#with_preview('up:60%') : fzf#vim#with_preview('right:50%:hidden', '?'), 0)
command! -bang -nargs=? -complete=dir Files
\ call fzf#vim#files(, fzf#vim#with_preview('right:50%', '?'), 0)
command! -bang -nargs=? -complete=dir GitFiles
```
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.