Disable alpha, neovim tweaks.

This commit is contained in:
Bartek Stalewski 2023-10-09 15:15:42 +02:00
parent 15da765132
commit 80f3377385
4 changed files with 12 additions and 9 deletions

View file

@ -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" },