From: Samir Benmendil Date: Sun, 16 Feb 2025 00:02:27 +0000 (+0000) Subject: nvim: show pretty_path in inactive sections too X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/01e2742d22a59aa01b79a6caacbb20f620886239 nvim: show pretty_path in inactive sections too --- 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" }, }