cinnamon.nvim
cinnamon.nvim copied to clipboard
Smooth scrolling for ANY movement command 🤯. A Neovim plugin written in Lua!
Hey! This is related to the other feature request I made here: https://github.com/declancm/cinnamon.nvim/issues/10 The maximum delay helped me a bit, but I would still like to have scrolling for larger...
it seems to happen with any call to Scroll(). I would visit a long file and hold down the key (ctrl d/u) in my case. Sometimes I would reach the...
Please add an example in the readme so people can see how it looks after installint and configure this plugin
I don't want my jump list to collect all the 'n' motions, so this is what i had in Vim: nnoremap n :execute "keepjumps norm! " . v:count1 . "nzz"...
Hi, thanks for such great plugin! ## Config ```lua { default_keymaps = true, extra_keymaps = true, extended_keymaps = true, always_scroll = true, scroll_limit = 64, } ``` ## Reproduction https://user-images.githubusercontent.com/91974155/209425143-a44a7e9e-7c1e-4ed7-82a0-e4524d8b333e.mp4
When I have only one window open moves smooth and is responsive, but once I open a window splitted vertically the cursor slow down a lot. This is my configuration:...
So I know cinnamon scrolls with [count]G, but is it possible to have it scroll with relative line jumps as well, i.e. [count]j or [count]k? I was also curious if...
Hello! @declancm - first of all thanks for this awesome plugin. I have tested that some keymaps can also work with Vim `--SELECT--` Mode without causing any conflict, so I...
after upgrade nvim 0.9.5 -> 0.10 the pagedown is working, but pageup is not working correctly
Hi. I have encountered a weird issue where cinnamon will not scroll if I am on the top 2 lines and the bottom 2 lines. If I go to the...