nvimdev / nvimdev/lspsaga.nvim

Allow circular navigation in Finder view

Open
#1,348 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Lua
Stars
3.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Finder view and its handlers for j and <Down>. Trace how navigation behaves at the last entry, then verify that moving forward from it reaches the first entry while preserving the existing navigation behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua, neovim
Domain
devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.