mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-01-05 17:49:09 +00:00
chore: format source code
This commit is contained in:
parent
1107be6417
commit
299ce1cde3
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ local statusline_style = icon_styles[user_statusline_style]
|
||||||
|
|
||||||
-- Initialize the components table
|
-- Initialize the components table
|
||||||
local components = {
|
local components = {
|
||||||
active = {},
|
active = {},
|
||||||
inactive = {}
|
inactive = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Initialize left, mid and right
|
-- Initialize left, mid and right
|
||||||
|
|
Loading…
Reference in a new issue