ojroques / nvim-lspfuzzy

A Neovim plugin to make the LSP client use FZF
BSD 2-Clause "Simplified" License
316 stars 11 forks source link

Add option jump_one #18

Closed zeertzjq closed 3 years ago

zeertzjq commented 3 years ago

When jump_one = false, location_handler never jumps immediately even if there is only one location, so that the current window can be unchanged instead of jumping to another location, and the user can choose how to view the location.

ojroques commented 3 years ago

That's a great addition, thanks!