nvim: modules: statusline: Show file name for inactive buffer
This commit is contained in:
parent
ac31d85c7c
commit
d0e3d43830
1 changed files with 7 additions and 0 deletions
|
@ -191,6 +191,13 @@ gls.short_line_left[2] = {
|
||||||
highlight = { colors.red, colors.bg }
|
highlight = { colors.red, colors.bg }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
gls.short_line_left[3] = {
|
||||||
|
FileName = {
|
||||||
|
provider = {'FileName'},
|
||||||
|
condition = buffer_not_empty,
|
||||||
|
highlight = { colors.fg, colors.line_bg, 'bold' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
gls.short_line_right[1] = {
|
gls.short_line_right[1] = {
|
||||||
BufferIcon = {
|
BufferIcon = {
|
||||||
|
|
Loading…
Reference in a new issue