nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.48k stars 288 forks source link

Jumpping and collapsing in outline are broken #710

Closed twandylue closed 1 year ago

twandylue commented 1 year ago

Describe the bug

I can't jump and collapse the outline.

Video:

https://user-images.githubusercontent.com/70478084/212714683-dc00cbf3-a9aa-41d1-a380-6bd497f68239.mp4

Steps to reproduce

My lspsage config

require("lspsaga").setup({
  outline = {
    keys = {
      jump = "<Enter>",
      expand_collapse = "-",
      quit = "q",
    },
  }
})

Expected behavior

Jump to the region in outline and collapse the fold in outline.

Neovim version (nvim -v)

0.8.2

Operating system/version

macOS 12.4

Terminal name/version

iterm 3.4.19

$TERM environment variable

xterm-256 colors

glepnir commented 1 year ago

did you confirm you used latest commit? works fine for me

twandylue commented 1 year ago

I am on this commit. Is this the latest commit? "lspsaga.nvim": { "branch": "main", "commit": "963ede052055c371d1968252c040fe19f2ad16ad" }

glepnir commented 1 year ago

can't reproduce.