Update .config/starship.toml
Update settings.json
This commit is contained in:
parent
9ce4d6c37d
commit
21fa219e2a
2 changed files with 8 additions and 2 deletions
|
@ -5,8 +5,12 @@
|
||||||
add_newline = true
|
add_newline = true
|
||||||
|
|
||||||
# Replace the '❯' symbol in the prompt with '➜'
|
# 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'
|
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
|
# Disable the package module, hiding it from the prompt completely
|
||||||
[package]
|
[package]
|
||||||
|
|
|
@ -22,4 +22,6 @@
|
||||||
"files.trimFinalNewlines": true,
|
"files.trimFinalNewlines": true,
|
||||||
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",
|
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",
|
||||||
"editor.wordWrap": "wordWrapColumn",
|
"editor.wordWrap": "wordWrapColumn",
|
||||||
|
"ltex.additionalRules.motherTongue": "fr",
|
||||||
|
"ltex.language": "fr",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue