From 01e2742d22a59aa01b79a6caacbb20f620886239 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 16 Feb 2025 00:02:27 +0000 Subject: [PATCH] nvim: show pretty_path in inactive sections too --- nvim/lua/plugins/ui.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 272c027..afe5855 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -251,6 +251,12 @@ return { end, }, }, + inactive_sections = { + lualine_c = { + { "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } }, + { M.pretty_path() }, + }, + }, extensions = { "neo-tree", "lazy", "fzf" }, } -- 2.48.1