From 50b174cb1af53bc5c533a27fcc02933dfd5d283e Mon Sep 17 00:00:00 2001 From: pr0c3550r Date: Sun, 26 Mar 2023 14:19:06 +0200 Subject: [PATCH] Lualine: added symbols for separators --- nvim/.config/nvim/lua/plugin/lualine.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nvim/.config/nvim/lua/plugin/lualine.lua b/nvim/.config/nvim/lua/plugin/lualine.lua index 712881e..b2e2fdf 100644 --- a/nvim/.config/nvim/lua/plugin/lualine.lua +++ b/nvim/.config/nvim/lua/plugin/lualine.lua @@ -12,8 +12,10 @@ return { require('lualine').setup { options = { theme = custom_gruvbox, - section_separators = ' ', - component_separators = ' ' + component_separators = { left = '', right = ''}, + section_separators = { left = '', right = ''}, + -- section_separators = ' ', + -- component_separators = ' ' }, sections = { lualine_a = {