Closed matu3ba closed 3 years ago
This also is a workaround of not forcing plugin authors to provide commands for faster configuration of plugins: https://www.reddit.com/r/neovim/comments/p56fwb/psa_plugin_authors_create_vim_commands_for_your/
The idea is to
Preview inside treesitter/fzf or another options and dumb it inside a buffer for copying by the user.
Are there solutions to this use case already?
See https://github.com/nvim-lua/nvim-lua-plugin-template/issues/2#issuecomment-900452800
This also is a workaround of not forcing plugin authors to provide commands for faster configuration of plugins: https://www.reddit.com/r/neovim/comments/p56fwb/psa_plugin_authors_create_vim_commands_for_your/
The idea is to
Preview inside treesitter/fzf or another options and dumb it inside a buffer for copying by the user.
Are there solutions to this use case already?