Update .config/starship.toml

Update settings.json
This commit is contained in:
Anthony Rodriguez 2024-06-09 15:11:32 +02:00
parent 9ce4d6c37d
commit 21fa219e2a
2 changed files with 8 additions and 2 deletions

View file

@ -5,8 +5,12 @@
add_newline = true
# Replace the '' symbol in the prompt with '➜'
[character] # The name of the module we are configuring is 'character'
[character]
success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
vimcmd_symbol = "[←](bold green)"
vimcmd_replace_one_symbol = "[←](bold purple)"
vimcmd_replace_symbol = "[←](bold purple)"
vimcmd_visual_symbol = "[←](bold yellow)"
# Disable the package module, hiding it from the prompt completely
[package]

View file

@ -22,4 +22,6 @@
"files.trimFinalNewlines": true,
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",
"editor.wordWrap": "wordWrapColumn",
"ltex.additionalRules.motherTongue": "fr",
"ltex.language": "fr",
}