frankroeder / parrot.nvim

parrot.nvim 🦜 - the plugin that brings stochastic parrots to Neovim. This is a gp.nvim-fork focused on simplicity.
Other
219 stars 14 forks source link

docs and implementation don't match on user_input_ui = "buffer" #44

Closed dlants closed 1 month ago

dlants commented 1 month ago

The docs suggest that you should be able to use "buffer" as a user_input_ui option.

However, the actual code doesn't support this option, and instead errors with:

Invalid user input ui option: buffer
frankroeder commented 1 month ago

Hey @dlants, thanks for pointing out this bug. It has been fixed with commit 22abeb3 and will be included in the next release!