diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-09-20 11:09:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-09-20 11:09:28 +0100 |
commit | 928a072085af9e8012bed1bcf4f51252646814d0 (patch) | |
tree | b036b4371da32529d9efbc22c64fa20147c8f3d3 | |
parent | f97daf5fa24a6f4ad11276b99aa25f62f0b7d566 (diff) | |
download | dotnvim-928a072085af9e8012bed1bcf4f51252646814d0.tar.gz dotnvim-928a072085af9e8012bed1bcf4f51252646814d0.zip |
Some tweaks
I'd like to know the full path to the file (sometimes I open the same
one in different projects).
-rw-r--r-- | lualine.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lualine.lua b/lualine.lua index 42e551f..6ef670d 100644 --- a/lualine.lua +++ b/lualine.lua @@ -4,8 +4,8 @@ require('lualine').setup { }, sections = { lualine_a = {'mode'}, - lualine_b = {'branch'}, - lualine_c = {'diff', 'diagnostics', 'filename', 'g:metals_status'}, + lualine_b = {'branch', 'diff'}, + lualine_c = {'diagnostics', { 'filename', path = 3 }, 'g:metals_status'}, lualine_x = { "%{&spell ? 'SPELL' : ''}", 'encoding', { |