Skip to content

How do I remove a source? (I don't have enough room for everything) #87

Closed Answered by NullVoxPopuli
NullVoxPopuli asked this question in Q&A
Discussion options

You must be logged in to vote

Ah-ha!

I needed to do this:

  use {
    'Bekaboo/dropbar.nvim', 
    requires = {
      "nvim-tree/nvim-web-devicons", 
    } ,
    config = function () 
      require("dropbar").setup({
        bar = {
          sources = function ()
            local sources = require('dropbar.sources')
            return { sources.path }
          end
        }
      })
    end
  }

I learned from: #76

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NullVoxPopuli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant