mirror of
https://github.com/starship/starship.git
synced 2025-02-02 11:29:40 +01: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,
|
"incremental": true,
|
||||||
"typescript": {},
|
"typescript": {
|
||||||
|
"indentWidth": 4
|
||||||
|
},
|
||||||
"json": {},
|
"json": {},
|
||||||
"markdown": {
|
"markdown": {
|
||||||
"lineWidth": 100
|
"lineWidth": 100
|
||||||
@ -37,9 +39,9 @@
|
|||||||
"target/"
|
"target/"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/typescript-0.62.0.wasm",
|
"https://plugins.dprint.dev/typescript-0.68.2.wasm",
|
||||||
"https://plugins.dprint.dev/json-0.14.0.wasm",
|
"https://plugins.dprint.dev/json-0.15.2.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.12.0.wasm",
|
"https://plugins.dprint.dev/markdown-0.13.2.wasm",
|
||||||
"https://plugins.dprint.dev/toml-0.5.3.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.
|
This will change in the future.
|
||||||
Only Nushell v0.61+ is supported.
|
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):
|
Add the following to to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
|
||||||
```sh
|
```sh
|
||||||
mkdir ~/.cache/starship
|
mkdir ~/.cache/starship
|
||||||
|
Loading…
Reference in New Issue
Block a user