summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-02-26 21:07:56 -0500
committerSquibid <me@zacharyscheiman.com>2023-02-26 21:07:56 -0500
commite809dd7f6fc71ac82026148766162f2e819fc3d0 (patch)
treee52823c872ef97038f78cde4da670c75d14ac7f5 /lua/core/plugins.lua
parent7bea66f3279f353f5cf2419ef5ecf1aec665cd42 (diff)
downloadnvim-e809dd7f6fc71ac82026148766162f2e819fc3d0.tar.gz
nvim-e809dd7f6fc71ac82026148766162f2e819fc3d0.tar.bz2
nvim-e809dd7f6fc71ac82026148766162f2e819fc3d0.zip
remove that highlighting thing (it was a pain in the arse)
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua4
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' },