nvimdev / lspsaga.nvim

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

An option to exclude the definition(s) using command `finder` #1331

Closed 0x00-ketsu closed 1 year ago

0x00-ketsu commented 1 year ago

Is there a plan to add an option includeDeclaration to finder ? see in file finder/init.lua is setted to true.

glepnir commented 1 year ago

only set to true when no definition method in finder.

0x00-ketsu commented 1 year ago

only set to true when no definition method in finder.

Update to latest commit, an error occurred when execute command Lspsaga finder, you may have a try local.

image

glepnir commented 1 year ago

emm that's a typo.

0x00-ketsu commented 1 year ago

The typo is not fixed, tbl_contains in finder/init.lua line 507 image