mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[neovim] Set separator for lualine components
This commit is contained in:
parent
893b6e0b7b
commit
1712274793
@ -58,7 +58,7 @@ lualine.setup({
|
|||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = "auto",
|
theme = "auto",
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = " " },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
disabled_filetypes = { "alpha", "dashboard" },
|
disabled_filetypes = { "alpha", "dashboard" },
|
||||||
always_divide_middle = true,
|
always_divide_middle = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user