feat(buffer_previewer): expose scroll_fn()#3362
feat(buffer_previewer): expose scroll_fn()#3362karb94 wants to merge 1 commit intonvim-telescope:masterfrom
Conversation
|
Merge this please!!! |
|
we dont do integrations of other plugins here! For stuff like this we invented telescope extensions. Treesitter and devicons are the exception to this rule. So we will not merge this as is. Although i am not opposed to changing interfaces so this can be achieved with configuration. And then the community can provide a thin telescope-extensions that reduces the need for the configuration. if that makes sense to you |
|
Thanks @Conni2461, this makes sense. would it be acceptable to expose |
|
I changed the PR to expose |
|
@Conni2461 are these new changes acceptable? |
Description
I am the author of Neoscroll, a smooth scrolling plugin. Some of my users requested support for Telescope's buffer previews #79. This PR exposes the
scroll_fn()function frombuffer_previewer.luato allow the function to be overwritten by the user or by extensions. This will enable Neoscroll to use its own scrolling function to scroll preview buffers by default.Type of change
How Has This Been Tested?
Configuration:
Checklist: