stevearc / aerial.nvim

Neovim plugin for a code outline window
MIT License
1.69k stars 83 forks source link

fix: remove extra double quotes for fzf prompt #339

Closed 231tr0n closed 8 months ago

231tr0n commented 8 months ago

Remove extra double quotes around the fzf prompt which seems to be unecessary. Without this fix merged the fzf prompt looks like this image With this fix merged the fzf prompt will look something like this without double quotes image

stevearc commented 8 months ago

LGTM