remove codewindow and replace with nvim-scrollbar

This commit is contained in:
squibid
2023-02-26 16:19:31 -05:00
parent 6bdf36981e
commit 02911df105
4 changed files with 33 additions and 21 deletions

View File

@ -10,12 +10,13 @@ end
vim.opt.rtp:prepend(lazypath)
require('lazy').setup{
{ 'notjedi/nvim-rooter.lua', config = true },
{ 'tamton-aquib/essentials.nvim' },
-- only the most useless plugins (some of these are also ui related)
{ 'goolord/alpha-nvim' },
{ 'gorbit99/codewindow.nvim' },
{ 'petertriho/nvim-scrollbar',
dependencies = { 'kevinhwang91/nvim-hlslens' },
},
{ 'alec-gibson/nvim-tetris' },
{ 'kwakzalver/duckytype.nvim', config = true }, -- like monkey type
{ 'melkster/modicator.nvim' },