From 7ed4de66a0509e38fe512b3daf38f4624efb37a9 Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 12 Oct 2024 22:23:10 +0200 Subject: [PATCH] Disabling dropbar due to bug --- lua/taken/plugins/otherplugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/taken/plugins/otherplugins.lua b/lua/taken/plugins/otherplugins.lua index a01aa61..017d6d9 100644 --- a/lua/taken/plugins/otherplugins.lua +++ b/lua/taken/plugins/otherplugins.lua @@ -11,6 +11,7 @@ return { }, { "Bekaboo/dropbar.nvim", + enabled = false, dependencies = { "nvim-telescope/telescope-fzf-native.nvim", },