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 = "", + }, + }, + }, + }, + }, +}