feat(lualine): enabled globalstatus

This commit is contained in:
Folke Lemaitre
2022-12-30 18:21:12 +01:00
parent 63609e6764
commit f4f2107329

View File

@@ -26,7 +26,11 @@ return {
{
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
config = true,
config = {
options = {
globalstatus = true,
},
},
},
-- indent guides for Neovim