vim: show uncolored icon in inactive buffers

This commit is contained in:
Fernando Schauenburg 2022-02-01 21:12:43 +01:00
parent bb5fe60f53
commit 0aaa310c4d

View file

@ -74,7 +74,7 @@ require('lualine').setup {
lualine_a = {},
lualine_b = { 'diagnostics', 'branch' },
lualine_c = { relative_path },
lualine_x = { 'filetype' },
lualine_x = { { 'filetype', colored = false } },
lualine_y = { encoding, fileformat },
lualine_z = { progress },
},