fix Lualine customize example in README.md

This commit is contained in:
Jianhui Yuan Xu 2023-02-05 06:27:12 +08:00
parent 1e75f6f62f
commit b0d1f54149

View file

@ -511,7 +511,7 @@ require("lualine").setup({
lualine_x = { "aerial" },
-- Or you can customize it
lualine_y = { "aerial",
lualine_y = {{ "aerial",
-- The separator to be used to separate symbols in status line.
sep = ' ) ',
@ -530,7 +530,7 @@ require("lualine").setup({
-- Color the symbol icons.
colored = true,
},
}},
},
})
```