We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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', } })
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
What have I missed?
I think it suppose to act like my vscode.....
here is my config
The text was updated successfully, but these errors were encountered: