mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:27:35 +00:00
Add path to lualine
This commit is contained in:
parent
9a1ac596b2
commit
b846cfc6b9
@ -82,7 +82,7 @@ function M.config_lualine(theme_name)
|
||||
},
|
||||
},
|
||||
lualine_b = { "FugitiveHead", "diff" },
|
||||
lualine_c = { "filename", { gps.get_location, cond = gps.is_available } },
|
||||
lualine_c = { { "filename", path = 1 }, { gps.get_location, cond = gps.is_available } },
|
||||
lualine_x = { M.custom_ffenc, "filetype" },
|
||||
lualine_y = { "progress", "location" },
|
||||
lualine_z = {
|
||||
|
Loading…
Reference in New Issue
Block a user