aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-09-20 11:09:28 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-09-20 11:09:28 +0100
commit928a072085af9e8012bed1bcf4f51252646814d0 (patch)
treeb036b4371da32529d9efbc22c64fa20147c8f3d3
parentf97daf5fa24a6f4ad11276b99aa25f62f0b7d566 (diff)
downloaddotnvim-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.lua4
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', {