fgheng
winbar.nvim
Lua

winbar config for neovim

Last updated Jun 9, 2026
126
Stars
23
Forks
15
Issues
0
Stars/day
Attention Score
24
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Winbar.nvim

winbar2

Reference ChristianChiarulli/nvim

Installation

Note: winbar.nvim requires Neovim nightly

nvim-gps and nvim-web-devicons are optional. nvim-gps for the symbols and web-devicons for file icons.

Packer

use { 'fgheng/winbar.nvim' }

Usage

require('winbar').setup()

Configuration

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

showfilepath = true, show_symbols = true,

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

icons = { fileicondefault = '๏ƒถ', seperator = '>', editor_state = 'โ—', lock_icon = '๏ก€', },

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

Todo

  • [ ] Mode support
  • [ ] Monitor whether the file is read-only
  • [ ] Click support while neovim support click
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท fgheng/winbar.nvim ยท Updated daily from GitHub