mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +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",
|
||||
event = "VeryLazy",
|
||||
config = true,
|
||||
config = {
|
||||
options = {
|
||||
globalstatus = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- indent guides for Neovim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue