]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim: show pretty_path in inactive sections too
[dotfiles.git] / nvim / lua / plugins / ui.lua
index 272c027b787ddcf5a450c3c2efcb2e50fcc252f5..afe5855d1ef3188bdc15b1a4b3016636fb4b1b14 100644 (file)
@@ -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" },
       }