Merge pull request #213 from NeumoNeumo/master

fix Lualine customize example in README.md
This commit is contained in:
Steven Arcangeli 2023-02-04 15:11:24 -08:00 committed by GitHub
commit eec09f13fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
},
}},
},
})
```