From 8091452e1f11a80b790608fea964f47e56e97fb4 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Thu, 11 May 2023 17:30:35 +0300 Subject: [PATCH] fix: smooth scrolling --- lua/plugins.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index d65a958..987615d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -82,7 +82,8 @@ local function usePlugins(use, use_rocks) } -- Smooth smooth scrolling - use { 'karb94/neoscroll.nvim', config = [[require('neoscroll').setup()]] } + -- use { 'karb94/neoscroll.nvim', config = [[require('neoscroll').setup()]] } + use 'psliwka/vim-smoothie' -- Commenting use { @@ -218,7 +219,7 @@ local function usePlugins(use, use_rocks) use { 'jenterkin/vim-autosource', config = [[require 'config.autosource']] } -- Remove spaces at end of lines - use{ "McAuleyPenney/tidy.nvim", event = "BufWritePre" } + use{ "mcauley-penney/tidy.nvim", config = [[require("tidy").setup()]] } -- Training plugins -- use 'tjdevries/train.nvim'