From 2c43346d82e83411f63ce8ef3d1b14731b80c43e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 30 Aug 2022 17:47:28 +0300 Subject: Updated vim lightline separators --- .vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 40d4fb5..63a1a6e 100644 --- a/.vimrc +++ b/.vimrc @@ -296,10 +296,10 @@ \ 'iconReadonly': 'LightlineTabReadonly', \ 'iconModified': 'LightlineTabModified' \ }, - \ 'separator': { 'left': '', 'right': '' }, - \ 'subseparator': { 'left': '', 'right': '' }, - \ 'tabline_separator': { 'left': '▒', 'right': '' }, - \ 'tabline_subseparator': { 'left': '░' } + \ 'separator': { 'left': '', 'right': '' }, + \ 'subseparator': { 'left': '', 'right': '' }, + \ 'tabline_separator': { 'left': '', 'right': '' }, + \ 'tabline_subseparator': { 'left': '' } \ } " }}} -- cgit v1.2.3