Skip to content

Commit

Permalink
fix(bufferline-nvim): fix neo-tree offset (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge authored Aug 20, 2023
1 parent 89fe0d7 commit 0a1a77c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions lua/astrocommunity/bars-and-lines/bufferline-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ return {
"akinsho/bufferline.nvim",
event = "VeryLazy",
opts = {
offsets = {
{
filetype = "neo-tree",
text = "Neo-tree",
highlight = "Directory",
text_align = "left",
options = {
offsets = {
{
filetype = "neo-tree",
text = "Neo-tree",
highlight = "Directory",
text_align = "left",
},
},
},
},
Expand Down

0 comments on commit 0a1a77c

Please sign in to comment.