diff --git a/.config/nvim/lua/statusline.lua b/.config/nvim/lua/statusline.lua index ada01d3..aa9c112 100644 --- a/.config/nvim/lua/statusline.lua +++ b/.config/nvim/lua/statusline.lua @@ -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%%"}), diff --git a/.local/src/polyjuice b/.local/src/polyjuice index 316b906..cc47a5f 160000 --- a/.local/src/polyjuice +++ b/.local/src/polyjuice @@ -1 +1 @@ -Subproject commit 316b906bc745db0cc8779ae3f0d481a5d4a05bee +Subproject commit cc47a5fd432a5a35356fde80dc2a76aa78fa2a31