fgheng / winbar.nvim

winbar config for neovim
113 stars 22 forks source link

Seem symbol doesn't work #14

Open SwenChan opened 2 years ago

SwenChan commented 2 years ago

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',
    }
})
brunuh commented 1 year ago

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