nvim: modules: statusline: Show file name for inactive buffer

This commit is contained in:
Sanchayan Maity 2021-01-11 12:11:51 +05:30
parent ac31d85c7c
commit d0e3d43830

View file

@ -191,6 +191,13 @@ gls.short_line_left[2] = {
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] = {
BufferIcon = {