Skip to content

How to hide path (incl. file name)? #182

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

You must be logged in to vote
require('dropbar').setup({
        bar = {
                sources = function(buf, _)
                        local sources = require('dropbar.sources')
                        if vim.bo[buf].ft == 'markdown' then
                                return { sources.markdown }
                        end
                        if vim.bo[buf].buftype == 'terminal' then
                                return { sources.terminal }
                        end
                        return {
                                utils.source.fallback({
                                        sources.lsp,
                                        sources.treesitter,
                                }),
   …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ruestefa
Comment options

Answer selected by ruestefa
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