mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat(lualine): enabled globalstatus
This commit is contained in:
parent
63609e6764
commit
f4f2107329
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue