Skip to content

Commit

Permalink
replace vim-smoothie with neoscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrodgers42 committed Mar 19, 2024
1 parent 65f54cb commit 8a6717f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ local plugins = {
'rcarriga/nvim-notify',
'windwp/nvim-ts-autotag',
'tpope/vim-fugitive',
'psliwka/vim-smoothie',
{
'karb94/neoscroll.nvim',
config = function ()
require("neoscroll").setup{}
end
},
'christoomey/vim-tmux-navigator',
'preservim/vimux',
'vimwiki/vimwiki',
Expand Down

0 comments on commit 8a6717f

Please sign in to comment.