summaryrefslogtreecommitdiff
path: root/nvim/lua/feline_style.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/feline_style.lua')
-rw-r--r--nvim/lua/feline_style.lua34
1 files changed, 17 insertions, 17 deletions
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',