Skip to content

Commit

Permalink
feat(bars-and-lines): add bufferline plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 20, 2023
1 parent 0a400f8 commit 724301f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/bars-and-lines/bufferline-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# bufferline.nvim

**Repository:** https://github.com/akinsho/bufferline.nvim

A snazzy bufferline for Neovim

This also disables the Heirline based tabline
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
{ "akinsho/bufferline.nvim", event = "VeryLazy", opts = {} },
{
"rebelot/heirline.nvim",
opts = function(opts) opts.tabline = nil end,
},
}

0 comments on commit 724301f

Please sign in to comment.