feat(starship): vim icon

This commit is contained in:
Sergio Laín 2023-10-04 20:42:29 +02:00
parent 046a592695
commit cafe17aa3d
No known key found for this signature in database
GPG key ID: E3BC677C07A2C7AC

View file

@ -13,6 +13,13 @@ modified = '[ $count](bold blue) '
behind = '[ ](bold purple) ' behind = '[ ](bold purple) '
format = '([$all_status$ahead_behind]($style))' format = '([$all_status$ahead_behind]($style))'
[custom.neovim]
command = 'bob ls | rg Used | awk "{print \$2}"' # shows output of command
detect_folders = ["lua"]
style = "green"
format = "[ $output ]($style)"
shell = ["bash"]
[aws] [aws]
symbol = " " symbol = " "
@ -71,6 +78,7 @@ symbol = " "
symbol = " " symbol = " "
[lua] [lua]
detect_folders = []
symbol = " " symbol = " "
[memory_usage] [memory_usage]