stevearc / dressing.nvim

Neovim plugin to improve the default vim.ui interfaces
MIT License
1.7k stars 32 forks source link

chore(fzf-lua): use newer 'fzf_exec' API (#64) #67

Closed ibhagwan closed 1 year ago

ibhagwan commented 1 year ago

Replace fzf_wrap with fzf_exec API as discussed in #64

ibhagwan commented 1 year ago

Not sure why this fails on stylua, I can try and fix it or you can manually merge using:

git fetch origin pull/67/head:pr_67
git switch pr_67
<fix stylua errors>
git commit --amend
git switch master
git merge pr_67
git push
stevearc commented 1 year ago

Awesome, thanks for the patch!