feat: remove nvim buffer indicator

This commit is contained in:
David JULIEN 2021-05-28 00:52:16 +02:00
parent 8bbc5d7097
commit 73dd0ae2be
2 changed files with 1 additions and 3 deletions

View File

@ -148,7 +148,6 @@ local function statusline_focused()
local accent_color = get_mode_color(mg)
local left = table.concat {
gen_section("%#Buffer#", {"[%n]"}),
gen_section(accent_color, {get_mode_display_name(mg)}),
gen_section("%#Middle#", {filename()}),
gen_section("%#Bottom#", {"%m", "%r"}),
@ -196,7 +195,6 @@ end
local function statusline_not_focused()
return table.concat {
gen_section("%#StatuslineNF#", {"[%n]"}),
gen_section("%#StatuslineNF#", {filename(), "%m"}),
"%=",
gen_section("%#StatuslineNF#", {"%03.p%%"}),

@ -1 +1 @@
Subproject commit 316b906bc745db0cc8779ae3f0d481a5d4a05bee
Subproject commit cc47a5fd432a5a35356fde80dc2a76aa78fa2a31