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