mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
remove extra opt
This commit is contained in:
parent
365f48bfc5
commit
2bf0e8717d
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ return {
|
|||
padding = { left = 1, right = 0 },
|
||||
},
|
||||
{ "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } },
|
||||
{ 'filename', path = 1, padding = 0, buffers_color = { active = "lualine_a_inactive" } },
|
||||
{ 'filename', path = 1, padding = 0 },
|
||||
},
|
||||
lualine_x = {
|
||||
-- stylua: ignore
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue