winbar.nvim
winbar.nvim copied to clipboard
Seem symbol doesn't work
What have I missed?
I think it suppose to act like my vscode.....
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',
}
})
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