From 928a072085af9e8012bed1bcf4f51252646814d0 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 20 Sep 2022 11:09:28 +0100 Subject: Some tweaks I'd like to know the full path to the file (sometimes I open the same one in different projects). --- lualine.lua | 4 ++-- 1 file 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', { -- cgit v1.2.3