From 25f7f64cf4c82c629144d783ced4f49377f65f5e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 26 Jul 2025 02:27:58 +0200 Subject: [PATCH] Display relative path --- nvim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim.nix b/nvim.nix index efdd9bb..93cf607 100644 --- a/nvim.nix +++ b/nvim.nix @@ -63,6 +63,9 @@ component_separators = { left = '|', right = '|'}, section_separators = { left = ' ', right = ' '}, }, + sections = { + lualine_c = { { 'filename', path = 1 } }, + }, }) -- Basic keymaps