feat(lualine): enabled globalstatus
This commit is contained in:
@@ -26,7 +26,11 @@ return {
|
|||||||
{
|
{
|
||||||
"nvim-lualine/lualine.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
config = true,
|
config = {
|
||||||
|
options = {
|
||||||
|
globalstatus = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- indent guides for Neovim
|
-- indent guides for Neovim
|
||||||
|
Reference in New Issue
Block a user