nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.42k stars 286 forks source link

Allow circular navigation in Finder view #1348

Open protiumx opened 10 months ago

protiumx commented 10 months ago

Is your feature request related to a problem? Please describe. When reaching the last entry in the list, allow to continue using j or <Down> to go to the next entry.

Describe the solution you'd like Once in the last entry, going to the next should jump back to the first entry in the list.

Describe alternatives you've considered This can be done with vim's gg or <C-u>, however other plugins like Telescope allow circular navigation.

Additional context This is not a crucial request, but from UX perspective, a circular navigation is a nice feature