ojroques / nvim-lspfuzzy

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

@ojroques okay I am noticing that even after calling the action function, it automatically sets the qflist and opens that split, which defeats the purpose of my qf_list function. I we can let action take complete control over what happens with the selections, which makes it more like the last callback. #29

Closed ViRu-ThE-ViRuS closed 2 years ago

ViRu-ThE-ViRuS commented 2 years ago

@ojroques okay I am noticing that even after calling the action function, it automatically sets the qflist and opens that split, which defeats the purpose of my qf_list function. I we can let action take complete control over what happens with the selections, which makes it more like the last callback.

I suggest letting the call return after calling functional action. What do you think?

Originally posted by @ViRu-ThE-ViRuS in https://github.com/ojroques/nvim-lspfuzzy/issues/27#issuecomment-962971632