From f71d4e119a4246b7fcdb1c0c3d8a2c9d78bf7785 Mon Sep 17 00:00:00 2001 From: Squibid <me@zacharyscheiman.com> Date: Sun, 26 Feb 2023 16:19:31 -0500 Subject: remove codewindow and replace with nvim-scrollbar --- lua/core/plugins.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/core/plugins.lua') diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index efedb7e..c27da02 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -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' }, -- cgit v1.2.1