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