Skip to content

Global winbar? #132

Answered by willdavidow
willdavidow asked this question in Q&A
Jan 23, 2024 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

Circling back on the "best" styled solution I've got implemented for this...

The solution uses Lualine and dropbar.

The relevant Lualine config section looks like this:

      winbar = {
        lualine_a = {
          { "filename", separator = { left = "", right = "" } },
          { "%{%v:lua.dropbar.get_dropbar_str()%}", separator = { left = "", right = "" }, color = "nil" },
        },
      },

And my dropbar config is pretty basic, but here it is in case it helps anyone looking at this discussion thread:

return {
  "Bekaboo/dropbar.nvim",
  event = "VeryLazy",
  keys = {
    {
      "<leader>w",
      function()
        require("dropbar.api").pick()
      end,
      desc = "Winbar …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@willdavidow
Comment options

@willothy
Comment options

@willdavidow
Comment options

@willothy
Comment options

@willdavidow
Comment options

Comment options

You must be logged in to vote
2 replies
@willdavidow
Comment options

@willdavidow
Comment options

Answer selected by willdavidow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants