remove extra padding

This commit is contained in:
Ralph Azucena 2024-04-12 15:35:08 -07:00
parent 2bf0e8717d
commit 0cb67bca42

View file

@ -147,7 +147,7 @@ return {
}, },
inactive_sections = { inactive_sections = {
lualine_c = { { 'filename', path = 1 } }, lualine_c = { { 'filename', path = 1 } },
lualine_x = { 'encoding', 'fileformat' }, lualine_x = { { 'encoding', padding = 0 }, 'fileformat' },
}, },
extensions = { "nvim-tree", "lazy" }, extensions = { "nvim-tree", "lazy" },
} }