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: 11 days ago
JSON representation

Paragraph support for neoscroll

Lists

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,
},
```