nvim/starship.toml
2025-11-04 08:22:13 +00:00

39 lines
775 B
TOML

# Catppuccin Mocha theme to match nvim
format = """
[┌─](bold blue)$directory$git_branch$git_status
[└─](bold blue)$character"""
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"
[directory]
style = "bold cyan"
truncation_length = 3
truncate_to_repo = true
[git_branch]
symbol = " "
style = "bold purple"
[git_status]
style = "bold yellow"
conflicted = "🏳"
ahead = "⇡${count}"
behind = "⇣${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
untracked = "🤷"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
[nodejs]
symbol = " "
format = "via [$symbol($version )]($style)"
[python]
symbol = " "
format = 'via [${symbol}${pyenv_prefix}(${version} )]($style)'