From fbd9a25dc8d4554092c2732fcfef331b482c2ec0 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 20 Mar 2024 12:13:45 -0400 Subject: [PATCH] 240 current 2024-03-20 12:13:36 24.05.20240319.b06025f 6.8.0-zen1 * --- .../vim/config/lua/plugins/ui/dropbar.lua | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/ui/dropbar.lua b/modules/home-manager/vim/config/lua/plugins/ui/dropbar.lua index 8a89f2a..fa761b0 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/dropbar.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/dropbar.lua @@ -1,18 +1,18 @@ -return { - { - "Bekaboo/dropbar.nvim", - event = { "BufRead", "BufNewFile" }, - opts = { - icons = { - enable = true, - kinds = { - use_devicons = false, - symbols = { - File = "", - Folder = "", - }, - }, - }, - }, - }, -} +-- return { +-- { +-- "Bekaboo/dropbar.nvim", +-- event = { "BufRead", "BufNewFile" }, +-- opts = { +-- icons = { +-- enable = true, +-- kinds = { +-- use_devicons = false, +-- symbols = { +-- File = "", +-- Folder = "", +-- }, +-- }, +-- }, +-- }, +-- }, +-- }