5 lines
181 B
Lua
5 lines
181 B
Lua
|
return {
|
||
|
-- styling choices for each heirline element, check possible attributes with `:h attr-list`
|
||
|
git_branch = { bold = true }, -- bold the git branch statusline component
|
||
|
}
|