From f0f66785af0bc2076f3b638fd6c367f804df9314 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:35:45 -0500 Subject: [PATCH] (nvim) remove mode and branch from lualine while active --- nvim/lua/juancwu/plugins/lualine.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvim/lua/juancwu/plugins/lualine.lua b/nvim/lua/juancwu/plugins/lualine.lua index e994ed1..e496763 100644 --- a/nvim/lua/juancwu/plugins/lualine.lua +++ b/nvim/lua/juancwu/plugins/lualine.lua @@ -20,12 +20,12 @@ return { disabled_filetypes = {} }, sections = { - lualine_a = { 'mode' }, - lualine_b = { 'branch' }, + lualine_a = { }, + lualine_b = { }, lualine_c = { { 'filename', file_status = true, -- display file status - path = 0 -- no file path + path = 1 -- no file path } }, lualine_x = { {