feat: define scroll speed + smart_send to qflist#610
feat: define scroll speed + smart_send to qflist#610elianiva merged 7 commits intonvim-telescope:masterfrom elianiva:feat/scroll_speed
Conversation
| --- Scrolls the previewer up or down | ||
| ---@param prompt_bufnr number: The prompt bufnr | ||
| ---@param direction number: The direction of the scrolling | ||
| -- Valid directions include: 1 or -1 |
There was a problem hiding this comment.
FYI Multiline param currently not possible with tree-sitter-lua See tjdevries/tree-sitter-lua#14 (comment)
There was a problem hiding this comment.
I should try that grammar as well, been wanting to try that but I always forgot :D
There was a problem hiding this comment.
Wouldn't recommend it quite yet. I am using a quite out of date nvim-treesitter to make it work.
I would wait until overriding a query is easier in nvim-treesitter and the queries for that grammar need some work too.
The only thing that you would gain from it is the emmy documentation part and you can play with docgen which is super cool :)
|
2 things about action docs:
|
|
sure, I can remove them. I didn't spend that much time, it's just a lot of copypaste because I was thinking why not? 😆 |
skip-checks: true
Conni2461
left a comment
There was a problem hiding this comment.
LGTM
Thanks for picking it up :)
continuing @Conni2461's work #606
you can now do something like this to customise the scrolling speed, the default is
preview_height / 2