lualine file path

This commit is contained in:
Tiago Garcia 2025-07-04 14:51:05 +01:00
parent 6f8e7d8d04
commit 64e073f072
No known key found for this signature in database
GPG Key ID: A3B1096AD19E1688
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ require('lualine').setup {
-- lualine_a = { 'fileformat', 'mode' }, -- lualine_a = { 'fileformat', 'mode' },
lualine_a = { 'mode' }, lualine_a = { 'mode' },
lualine_b = { 'branch', 'diff', 'diagnostics' }, lualine_b = { 'branch', 'diff', 'diagnostics' },
lualine_c = { 'filename', 'aerial' }, lualine_c = { { 'filename', path = 1 }, 'aerial' },
lualine_x = { 'filesize', 'filetype' }, lualine_x = { 'filesize', 'filetype' },
lualine_y = { 'progress' }, lualine_y = { 'progress' },
lualine_z = { 'selectioncount', 'location' } lualine_z = { 'selectioncount', 'location' }
@ -29,7 +29,7 @@ require('lualine').setup {
inactive_sections = { inactive_sections = {
lualine_a = { 'fileformat' }, lualine_a = { 'fileformat' },
lualine_b = { 'diff', 'diagnostics' }, lualine_b = { 'diff', 'diagnostics' },
lualine_c = { 'filename' }, lualine_c = { { 'filename', path = 1 } },
lualine_x = { 'filesize', 'filetype'}, lualine_x = { 'filesize', 'filetype'},
lualine_y = {}, lualine_y = {},
lualine_z = { 'progress', 'location' } lualine_z = { 'progress', 'location' }