mfussenegger / nvim-fzy

Fuzzy picker & vim.ui.select implementation via fzy for neovim
GNU General Public License v3.0
55 stars 4 forks source link

Add filter options to lsp_tags #30

Closed mfussenegger closed 2 years ago

mfussenegger commented 2 years ago

Can be used to filter by kind and either before or after the cursor. For example:

require('fzy').actions.lsp_tags({
  kind = {'Method', 'Function'},
  mode = 'next'
})