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

Use mkfifo instead of echo in pick_one for inputs generation #7

Closed mfussenegger closed 3 years ago

mfussenegger commented 3 years ago

Should be faster and is less error prone because no shellescaping for the items is necessary.