From 01da9375f9c4ca99cf08495c3498f4997d521552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 29 Mar 2023 11:54:47 +0200 Subject: [PATCH] common: lualine relative filepath --- lua/plugins/common.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/plugins/common.lua b/lua/plugins/common.lua index e262727..5308ed4 100644 --- a/lua/plugins/common.lua +++ b/lua/plugins/common.lua @@ -79,6 +79,15 @@ return { component_separators = '|', section_separators = '', }, + sections = { + lualine_c = { + { + 'filename', + file_status = true, + path = 1, + }, + }, + }, }, },