Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 482 Bytes

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

{
  "roobert/neoscroll-motions.nvim",
  dependencies = "karb94/neoscroll.nvim"
  config = function()
    require("neoscroll-motions").setup()
  end,
},