Skip to content

Commit

Permalink
feat(bars-and-lines): add dropbar.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 31, 2023
1 parent 691fef1 commit 1b820db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/bars-and-lines/dropbar-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# dropbar.nvim

**Repository:** https://github.com/Bekaboo/dropbar.nvim

IDE-like breadcrumbs, out of the box

This also disables the Heirline based winbar
8 changes: 8 additions & 0 deletions lua/astrocommunity/bars-and-lines/dropbar-nvim/dropbar.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
{ "Bekaboo/dropbar.nvim", event = "VeryLazy", opts = {} },
{
"rebelot/heirline.nvim",
optional = true,
opts = function(opts) opts.winbar = nil end,
},
}

0 comments on commit 1b820db

Please sign in to comment.