Update configs

This commit is contained in:
Tobias Reisinger 2023-11-09 02:42:38 +01:00
parent e6a3176cdd
commit 71e16c7c33
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 4 additions and 1 deletions
.config/nvim/after/plugin

View file

@ -14,7 +14,7 @@ require('lualine').setup({
'filename',
path = 1,
} },
lualine_x = { 'encoding', '%<0x%B', 'fileformat' },
lualine_x = { 'encoding', '%<0x%B', 'filesize', 'fileformat' },
lualine_y = { 'filetype' },
lualine_z = { 'location', window }
},