Disable alpha, neovim tweaks.
This commit is contained in:
parent
15da765132
commit
80f3377385
4 changed files with 12 additions and 9 deletions
|
@ -6,12 +6,12 @@ return {
|
|||
component_separators = '',
|
||||
icons_enabled = true,
|
||||
section_separators = '',
|
||||
theme = "molokai",
|
||||
theme = "onedark",
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { "mode" },
|
||||
lualine_b = { { "filename", file_status = true, path = 1 } },
|
||||
lualine_c = { "branch" },
|
||||
lualine_c = { { "branch", icon = "" } },
|
||||
lualine_x = { "filetype" },
|
||||
lualine_y = { "progress" },
|
||||
lualine_z = { "location" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue