Include relative file path in lualine
This commit is contained in:
parent
6acae117b3
commit
c068921d55
1 changed files with 64 additions and 64 deletions
|
@ -12,7 +12,7 @@ return {
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = { "branch", "diff", "diagnostics" },
|
lualine_b = { "branch", "diff", "diagnostics" },
|
||||||
lualine_c = { "filename" },
|
lualine_c = { { "filename", path = 1 } },
|
||||||
lualine_x = { "encoding", "filetype" },
|
lualine_x = { "encoding", "filetype" },
|
||||||
lualine_y = {
|
lualine_y = {
|
||||||
function()
|
function()
|
||||||
|
|
Loading…
Reference in a new issue