1
0
Fork 0

nvim: add winbar with file name to inacrtive windows

This commit is contained in:
tastytea 2022-10-09 14:46:14 +02:00
parent 387765e135
commit c081d9d7d1
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 0 deletions

View File

@ -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')