mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
remove extra padding
This commit is contained in:
parent
2bf0e8717d
commit
0cb67bca42
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue