You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-19Lines changed: 29 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,20 @@
10
10
11
11
## Status
12
12
13
-
* Supposed to work well with all language features of nushell v0.108
13
+
* Supposed to work well with all language features of nushell v0.109
14
14
* Except for some known issues of `tree-sitter-nu`
15
15
16
16
> [!NOTE]
17
17
>
18
18
> * There're corner cases where `tree-sitter-nu` would fail with parsing errors, if you encounter any, feel free to report [at the parser side](https://github.com/nushell/tree-sitter-nu/issues).
19
19
> * If you encounter any style/format issue, please report in this repo.
20
+
> * At this stage, the default style of nu-lang has no consensus yet, related breaking changes will be documented in [CHANGELOG.md](https://github.com/blindFS/topiary-nushell/blob/main/CHANGELOG.md).
20
21
21
-
## Setup
22
+
## Quick Setup
23
+
24
+
> [!NOTE]
25
+
> This section is for nushell users who have little experience with topiary.
26
+
> If you are already an experienced topiary user, you can grab the necessary files in this repo and merge them into your topiary configuration in your own preferred way.
22
27
23
28
1. Install topiary-cli using whatever package-manager on your system (0.7.0+ required)
24
29
@@ -29,17 +34,21 @@ cargo install topiary-cli
29
34
30
35
2. Clone this repo somewhere
31
36
37
+
`$env.XDG_CONFIG_HOME/topiary` is recommended for non-windows users.
0 commit comments