Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roobert/neoscroll-motions.nvim
Paragraph support for neoscroll
https://github.com/roobert/neoscroll-motions.nvim
Last synced: 4 days ago
JSON representation
Paragraph support for neoscroll
- Host: GitHub
- URL: https://github.com/roobert/neoscroll-motions.nvim
- Owner: roobert
- Archived: true
- Created: 2023-01-19T23:31:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T21:22:03.000Z (over 1 year ago)
- Last Synced: 2024-08-02T13:32:43.197Z (4 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neoscroll-motions
Neovim neoscroll extra motions support.
This is a work in progress, currently this adds support for `{}`.
Support is intended for: `nN` and `*#`.
This is now archived in favor of https://github.com/echasnovski/mini.animate which appears to have better support for various movements.
## Usage
``` lua
{
"roobert/neoscroll-motions.nvim",
dependencies = "karb94/neoscroll.nvim"
config = function()
require("neoscroll-motions").setup()
end,
},
```