nvim: lualine style
This commit is contained in:
parent
5364b16285
commit
2efa459e47
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ local lualine = require("lualine")
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
options = {
|
options = {
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
|
theme = "onelight",
|
||||||
|
component_separators = "╱",
|
||||||
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
|
|
Loading…
Reference in a new issue