From 7371a6be2e8bcc8886feb4b3e0b9aef8f396b000 Mon Sep 17 00:00:00 2001 From: Vikas Raj Date: Fri, 7 May 2021 06:43:47 +0530 Subject: [PATCH] add `neoscroll.nvim` (#68) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9bdaa7..53ff298 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c ### Motions - [tjdevries/train.nvim](https://github.com/tjdevries/train.nvim) - Train yourself with vim motions and make your own train tracks :) +- [karb94/neoscroll.nvim](https://github.com/karb94/neoscroll.nvim) - Smooth scrolling neovim plugin written in lua ### Code Runner