diff options
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index d07e096..c41bd9d 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -14,9 +14,7 @@ require('lazy').setup{ -- only the most useless plugins (some of these are also ui related) { 'goolord/alpha-nvim' }, - { 'petertriho/nvim-scrollbar', - dependencies = { 'kevinhwang91/nvim-hlslens' }, - }, + { 'petertriho/nvim-scrollbar' }, { 'alec-gibson/nvim-tetris' }, { 'kwakzalver/duckytype.nvim', config = true }, -- like monkey type { 'melkster/modicator.nvim' }, |