feat(lualine): enabled globalstatus

This commit is contained in:
Folke Lemaitre 2022-12-30 18:21:12 +01:00
parent 63609e6764
commit f4f2107329
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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