240 current 2024-03-20 12:13:36 24.05.20240319.b06025f 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-20 12:13:45 -04:00
parent 97524b21b1
commit fbd9a25dc8

View file

@ -1,18 +1,18 @@
return { -- return {
{ -- {
"Bekaboo/dropbar.nvim", -- "Bekaboo/dropbar.nvim",
event = { "BufRead", "BufNewFile" }, -- event = { "BufRead", "BufNewFile" },
opts = { -- opts = {
icons = { -- icons = {
enable = true, -- enable = true,
kinds = { -- kinds = {
use_devicons = false, -- use_devicons = false,
symbols = { -- symbols = {
File = "", -- File = "",
Folder = "", -- Folder = "",
}, -- },
}, -- },
}, -- },
}, -- },
}, -- },
} -- }