251 current 2024-03-20 13:46:10 24.05.20240319.b06025f 6.8.0-zen1 *
This commit is contained in:
parent
f31f8331e7
commit
2a0d163152
1 changed files with 18 additions and 19 deletions
|
|
@ -1,19 +1,18 @@
|
||||||
return {}
|
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 = "",
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
}
|
||||||
-- }
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue