fzf.vim icon indicating copy to clipboard operation
fzf.vim copied to clipboard

Nvim lua custom source?

Open alex-popov-tech opened this issue 3 years ago • 3 comments

  • [x] I have fzf 0.23.0 or above
  • [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
  • [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
  • [x] I have read through the manual page of fzf (man fzf)
  • [x] I have searched through the existing issues

I wasn't able to find any examples of filtering results returned from the nvim's lua api... Can someone please point me to any source or example integrationg fzf with lua? The actual point is - I'm using fzf#vim all the time, and would like to search through vim.lsp.diagnostic.get_all()

alex-popov-tech avatar Dec 04 '20 21:12 alex-popov-tech