Chaitanyabsprip / fastaction.nvim

Efficiency plugin designed to optimize code actions in Neovim
MIT License
51 stars 3 forks source link

Show diff output? #1

Closed dsully closed 1 month ago

dsully commented 1 month ago

Any plans to show diff output for actions that support it?

Thanks

Chaitanyabsprip commented 1 month ago

I'm aware of another plugin that already does this, however it's a telescope/fzf like picker where a preview fits well. However in this plugin, there is no way to "browse" the options, you're just presented with options and you choose one. I can't think of a way where a diff output/preview would fit in this workflow. If you have any ideas, do share.

Chaitanyabsprip commented 1 month ago

If you have any suggestions, please reopen with a comment. Meanwhile I'll close this issue. Thanks.