feat(vim): Set statusline to global

This commit is contained in:
Tanguy Herbron 2023-04-08 01:32:37 +02:00
parent f77ce5f2eb
commit 77b19bb449

View File

@ -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'},