From 2a0d1631528980eadddafda9da31c7d62dafff84 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 20 Mar 2024 13:46:19 -0400 Subject: [PATCH] 251 current 2024-03-20 13:46:10 24.05.20240319.b06025f 6.8.0-zen1 * --- .../vim/config/lua/plugins/ui/dropbar.lua | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 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 9d3bbcb..7e383e2 100644 --- a/modules/home-manager/vim/config/lua/plugins/ui/dropbar.lua +++ b/modules/home-manager/vim/config/lua/plugins/ui/dropbar.lua @@ -1,19 +1,18 @@ -return {} --- 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 = "", + }, + }, + }, + }, + }, +}