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, + }, + }, + }, }, },