astronvim/heirline/attributes.lua
2023-02-04 16:46:27 +01:00

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
}