nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.37k stars 285 forks source link

Compact with neovim@0.10.0 #1448

Closed JiuRanYa closed 1 month ago

JiuRanYa commented 1 month ago

Describe the bug

Today I update neovim version.

Some features not work.

Eg: This is the rename error screenshot:

image

Steps to reproduce

none

Expected behavior

work

Neovim version (nvim -v)

0.10.0

lspsaga commit

latest

Terminal name/version

kitty@latest

glepnir commented 1 month ago

emmm there does not have this function try update

JiuRanYa commented 1 month ago

@glepnir Hi, I'm using the latest lspsaga, is there anything I can do?

Here is the keymap function:

keymap("n", "rn", ":Lspsaga rename<CR>", { silent = true })
glepnir commented 1 month ago

which commit you used of this plugin?

JiuRanYa commented 1 month ago

image

I don't how to check the commit.

image

All things work before i update neovim 0.10.0

glepnir commented 1 month ago

your commit is too old update the plugin

JiuRanYa commented 1 month ago

Thanks too much. I just found the version to old,lol!!

JiuRanYa commented 1 month ago

I update the latest version , other error here, sadly :(

image

image

JiuRanYa commented 1 month ago

Sry about that. I solved that by passing config in setup with {}. Thanks a lot!