[neovim] Set separator for lualine components

This commit is contained in:
Daniel Carrillo 2022-10-07 19:47:47 +02:00
parent 893b6e0b7b
commit 1712274793
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ lualine.setup({
globalstatus = true,
icons_enabled = true,
theme = "auto",
component_separators = { left = "", right = "" },
component_separators = { left = "", right = " " },
section_separators = { left = "", right = "" },
disabled_filetypes = { "alpha", "dashboard" },
always_divide_middle = true,