Skip to content

Commit

Permalink
dropbar: simplify config, remove obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 17, 2024
1 parent 42bb00d commit 953ee62
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lua/nxvim/plugins/dropbar.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
-- https://github.com/Bekaboo/dropbar.nvim

local toggleterm = require("toggleterm")

-- == [ Configuration ========================================================

require("dropbar").setup({

icons = {
ui = {
bar = {
Expand All @@ -18,7 +15,5 @@ require("dropbar").setup({

-- == [ Highlights ============================================================

nx.hl({
{ "DropBarIconUISeparator", link = "Winbar" },
})
nx.hl({ "DropBarIconUISeparator", link = "Winbar" })
-- ]

0 comments on commit 953ee62

Please sign in to comment.