winbar.nvim icon indicating copy to clipboard operation
winbar.nvim copied to clipboard

Seem symbol doesn't work

Open SwenChan opened this issue 3 years ago • 1 comments

What have I missed? image I think it suppose to act like my vscode..... image here is my config

require('winbar').setup({
    enabled = true,

    show_file_path = true,
    show_symbols = true,

    colors = {
        path = '#c946fd', -- You can customize colors like #c946fd
        file_name = '',
        symbols = '',
    },

    icons = {
        file_icon_default = '',
        seperator = '',
        editor_state = '●',
        lock_icon = '',
    },

    exclude_filetype = {
        'help',
        'startify',
        'dashboard',
        'packer',
        'neogitstatus',
        'NvimTree',
        'Trouble',
        'alpha',
        'lir',
        'Outline',
        'spectre_panel',
        'toggleterm',
        'qf',
    }
})

SwenChan avatar Sep 18 '22 09:09 SwenChan

Hello @SwenChan,

I've submitted a PR for this, if it gets accepted it should be fixed, in the meantime feel free to use https://github.com/brunuh/winbar.nvim

brunuh avatar Oct 04 '22 18:10 brunuh