feat(vim): Set statusline to global
This commit is contained in:
parent
f77ce5f2eb
commit
77b19bb449
@ -146,7 +146,7 @@ require("lualine").setup({
|
|||||||
theme = "ayu_dark",
|
theme = "ayu_dark",
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = '', right = '' },
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '', right = '' },
|
||||||
globalstatus = false,
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {'mode'},
|
lualine_a = {'mode'},
|
||||||
|
Loading…
Reference in New Issue
Block a user