repos / dotfiles

my dotfiles

commit
79d6d8d
parent
335ae3a
author
Eric Bower
date
2025-07-14 00:40:24 -0400 EDT
chore: nvim
1 files changed,  +6, -0
M dot_config/nvim/init.lua
+6, -0
 1@@ -214,5 +214,11 @@ require("lazy").setup({
 2         })
 3       end,
 4     },
 5+    {
 6+      "karb94/neoscroll.nvim",
 7+      config = function()
 8+        require('neoscroll').setup({ duration_multiplier = 0.4 })
 9+      end
10+    },
11   },
12 })