nvim: add winbar with file name to inacrtive windows
This commit is contained in:
parent
387765e135
commit
c081d9d7d1
@ -106,6 +106,9 @@ require('lualine').setup({
|
||||
lualine_z = { { 'location' }, { '"🍄"', padding = 0 }
|
||||
}
|
||||
},
|
||||
inactive_winbar = {
|
||||
lualine_c = { { 'filename', cond = not_firenvim } },
|
||||
},
|
||||
})
|
||||
|
||||
map('n', '<Leader>B', require('bug-reference').open, 'Open bug under cursor')
|
||||
|
Loading…
x
Reference in New Issue
Block a user