From 1712274793b6f18064ffa19f9d9337514d4ed297 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 7 Oct 2022 19:47:47 +0200 Subject: [PATCH] [neovim] Set separator for lualine components --- .config/nvim/lua/user/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/user/lualine.lua b/.config/nvim/lua/user/lualine.lua index 4dba411..a388b8e 100644 --- a/.config/nvim/lua/user/lualine.lua +++ b/.config/nvim/lua/user/lualine.lua @@ -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,