From 1409198682fc550bda9e675dcf070ca78b738a1a Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 24 Sep 2023 22:48:12 +0530 Subject: [PATCH] refactor: add smoothie for smooth scrolling --- lua/plugins/editor.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 5f2a71d..ab3be1b 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -398,6 +398,10 @@ return { }, }, + { + "psliwka/vim-smoothie", + }, + { "mrjones2014/smart-splits.nvim", opts = {},