issues
search
declancm
/
cinnamon.nvim
Smooth scrolling for ANY command 🤯. A Neovim plugin written in Lua!
MIT License
363
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
j and k mappings affecting curswant
#88
declancm
opened
3 months ago
0
feat(scroll): added option for animating scroll only when count is given
#87
declancm
closed
3 months ago
0
Bouncy buffer
#86
NicolasGB
closed
2 months ago
2
fix(scroll): disable scroll animation for dashboard filetypes
#85
declancm
closed
3 months ago
0
perf(scroll): reduced number of api calls per scroll step
#84
declancm
closed
3 months ago
0
bug(dashboard.nvim): Dashboard moves left by pressing `j` or `k`
#83
ilias777
closed
3 months ago
5
refactor(scroll): minor cleanup
#82
declancm
closed
4 months ago
0
fix(scroll): set cursor using api instead of cursor movements
#81
declancm
closed
4 months ago
0
fix(scroll): don't execute the callback if interrupted
#80
declancm
closed
4 months ago
0
fix(scroll): schedule the next scroll instead of just interrupting
#79
declancm
closed
4 months ago
0
fix(scroll): instantly complete scroll when interrupted
#78
declancm
closed
4 months ago
0
fix(health): use the global wrap option
#77
declancm
closed
4 months ago
0
feat(health): added a basic health module
#76
declancm
closed
4 months ago
0
fix(scroll): trigger the scrollpre event earlier
#75
declancm
closed
4 months ago
0
fix(scroll): account for winline weirdness when wrap is set
#74
declancm
closed
4 months ago
0
fix(scroll): moved step size calculation to the scheduled function
#73
declancm
closed
4 months ago
0
fix(scroll): return after calling the stop function
#72
declancm
closed
4 months ago
0
Update the README demo
#71
declancm
opened
4 months ago
0
feat: improved the scroll animation
#70
declancm
closed
4 months ago
0
ci(panvimdoc): use github.ref_name for non pull requests
#69
declancm
closed
4 months ago
0
feat: skip scroll animation when a key is held
#68
declancm
closed
4 months ago
0
fix: check for vim.uv and use vim.loop as a fallback
#67
declancm
closed
4 months ago
0
Disable scroll when keys are held (ex. j and k)
#66
declancm
closed
4 months ago
1
feat: account for folds when calculating line error
#65
declancm
closed
4 months ago
0
fix: use a weak callback for mapping hacks
#64
declancm
closed
4 months ago
0
fix: use the config delay value for 'gg' and 'G'
#63
declancm
closed
4 months ago
0
feat: added variables for disabling animation globally and per buffer
#62
declancm
closed
4 months ago
0
feat(scheduler): handle sporadic luv timer intervals in large files
#61
declancm
closed
4 months ago
0
refactor: moved the scroll function into the scroller object
#60
declancm
closed
4 months ago
0
feat(config): add step size options
#59
declancm
closed
4 months ago
0
fix: don't set lazyredraw during command since it breaks movements like 'n'
#58
declancm
closed
4 months ago
0
feat: show any error messages for normal mode commands
#57
declancm
closed
4 months ago
0
feat(config)!: shorten the delay option default value from 7ms to 5ms
#56
declancm
closed
4 months ago
0
feat: use 'false' for disabling max_delta check
#55
declancm
closed
4 months ago
0
is there a way to temporarily disable animation?
#54
KevinNitroG
closed
4 months ago
5
fix: don't set a max line delta if deprecated 'no limit' value was used
#53
declancm
closed
4 months ago
0
refactor: use vim.keycode if it's available
#52
declancm
closed
4 months ago
0
fix: don't use vim.keycode for compatibility
#51
declancm
closed
4 months ago
0
No `search count` as virtual text if `keymaps.basic = true` (Conflict with noice.nvim)
#50
ilias777
closed
4 months ago
7
[Bug] Setting basic or extra keymaps to true generates error and stops all scrolling in neovim
#49
zoomido
closed
4 months ago
1
fix: account for wrap when calculating column delta
#48
declancm
closed
4 months ago
0
feat: extend screen scrolling mappings to visual mode
#47
declancm
closed
4 months ago
0
docs: update installation examples
#46
declancm
closed
4 months ago
0
fix: check for loops
#45
declancm
closed
4 months ago
0
Weird behaviour if indent style is tab
#44
ilias777
closed
4 months ago
3
docs: mention scrolling modes in features list
#43
declancm
closed
4 months ago
0
ci: add pull request event for luarocks release
#42
declancm
closed
4 months ago
0
Times out on large movements
#41
declancm
closed
4 months ago
1
ctrl-i mapping is broken
#40
declancm
closed
4 months ago
0
Stack overflow on huge movements (>1000 lines)
#39
declancm
closed
4 months ago
0
Next