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({
|
||||
options = {
|
||||
globalstatus = true,
|
||||
theme = "onelight",
|
||||
component_separators = "╱",
|
||||
section_separators = { left = "", right = "" },
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
Loading…
Reference in a new issue