refactor(plugins/astroui): split configuration
This commit is contained in:
parent
519e85f142
commit
01338c04d8
9 changed files with 340 additions and 238 deletions
9
plugins/astroui/status/attributes.nix
Normal file
9
plugins/astroui/status/attributes.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astroui_status.lua#L103-L110
|
||||
{
|
||||
buffer_active = { bold = true; italic = true; };
|
||||
buffer_picker = { bold = true; };
|
||||
git_branch = { bold = true; };
|
||||
git_diff = { bold = true; };
|
||||
macro_recording = { bold = true; };
|
||||
virtual_env = { bold = true; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue