mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
chore(dprint): fmt & upgrade plugins (#3969)
This commit is contained in:
parent
81a696a914
commit
a43628d06c
12
.dprint.json
12
.dprint.json
@ -1,6 +1,8 @@
|
||||
{
|
||||
"incremental": true,
|
||||
"typescript": {},
|
||||
"typescript": {
|
||||
"indentWidth": 4
|
||||
},
|
||||
"json": {},
|
||||
"markdown": {
|
||||
"lineWidth": 100
|
||||
@ -37,9 +39,9 @@
|
||||
"target/"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.62.0.wasm",
|
||||
"https://plugins.dprint.dev/json-0.14.0.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.12.0.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.5.3.wasm"
|
||||
"https://plugins.dprint.dev/typescript-0.68.2.wasm",
|
||||
"https://plugins.dprint.dev/json-0.15.2.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.13.2.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.5.4.wasm"
|
||||
]
|
||||
}
|
||||
|
@ -140,9 +140,9 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
||||
|
||||
This will change in the future.
|
||||
Only Nushell v0.61+ is supported.
|
||||
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Add the following to to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
|
||||
```sh
|
||||
mkdir ~/.cache/starship
|
||||
|
Loading…
Reference in New Issue
Block a user