From aa1b9a12010b29502cbec822d3a20c0c90b34e34 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Mar 2023 16:45:31 +0400 Subject: Updated the theme Signed-off-by: Valentin Popov --- lua/plugins/lualine.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/lualine.lua (limited to 'lua/plugins/lualine.lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua new file mode 100644 index 0000000..39ed92f --- /dev/null +++ b/lua/plugins/lualine.lua @@ -0,0 +1,10 @@ +require('lualine').setup { + sections = { + lualine_a = { 'mode' }, + lualine_b = { 'branch', 'diff' }, + lualine_c = { 'filename' }, + lualine_x = { 'encoding', 'filetype', 'filesize' }, + lualine_y = { 'progress' }, + lualine_z = { 'location' }, + } +} -- cgit v1.2.3