From b69a7f828213068f1de18158a369ad41d38ae1ca Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 22 Nov 2021 13:02:12 +0100 Subject: remove navigator --- nvim/lua/feline_style.lua | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'nvim/lua/feline_style.lua') diff --git a/nvim/lua/feline_style.lua b/nvim/lua/feline_style.lua index 5159759..9dba06a 100644 --- a/nvim/lua/feline_style.lua +++ b/nvim/lua/feline_style.lua @@ -93,14 +93,14 @@ local comps = { type = { provider = 'file_type' }, - os = { - provider = file_osinfo, - left_sep = ' ', - hl = { - fg = colors.violet, - style = 'bold' - } - }, + -- os = { + -- provider = file_osinfo, + -- left_sep = ' ', + -- hl = { + -- fg = colors.violet, + -- style = 'bold' + -- } + -- }, position = { provider = 'position', left_sep = ' ', @@ -119,19 +119,19 @@ local comps = { }, line_percentage = { provider = 'line_percentage', - left_sep = ' ', - hl = { - style = 'bold' - } - }, - scroll_bar = { - provider = 'scroll_bar', - left_sep = ' ', + left_sep = ' ', hl = { - fg = colors.blue, style = 'bold' } }, + -- scroll_bar = { + -- provider = 'scroll_bar', + -- left_sep = ' ', + -- hl = { + -- fg = colors.blue, + -- style = 'bold' + -- } + -- }, diagnos = { err = { -- provider = 'diagnostic_errors', -- cgit v1.2.3-18-g5258