vim: show uncolored icon in inactive buffers
This commit is contained in:
parent
bb5fe60f53
commit
0aaa310c4d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ require('lualine').setup {
|
||||||
lualine_a = {},
|
lualine_a = {},
|
||||||
lualine_b = { 'diagnostics', 'branch' },
|
lualine_b = { 'diagnostics', 'branch' },
|
||||||
lualine_c = { relative_path },
|
lualine_c = { relative_path },
|
||||||
lualine_x = { 'filetype' },
|
lualine_x = { { 'filetype', colored = false } },
|
||||||
lualine_y = { encoding, fileformat },
|
lualine_y = { encoding, fileformat },
|
||||||
lualine_z = { progress },
|
lualine_z = { progress },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue