Skip to content

Commit 99f6731

Browse files
add login to the onboarding process
1 parent 1bd341b commit 99f6731

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lua/pieces/onboarding.lua

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919

2020
local steps = {
2121
[=[
22-
**Step 1: Save a Material**
22+
**Step 2: Save a Material**
2323
2424
- Let's get started by saving a material to Pieces.
2525
- Select the following material, then run `:PiecesCreateMaterial`
@@ -29,7 +29,7 @@ pip3 install pieces-cli
2929
```
3030
]=],
3131
[=[
32-
**Step 2: Manage your saved Materials**
32+
**Step 3: Manage your saved Materials**
3333
3434
- Now, let's view all of your saved materials by typing **`:PiecesDrive`**.
3535
@@ -43,36 +43,37 @@ pip3 install pieces-cli
4343
iv. Type :q and press <Enter> to exit the material editor.
4444
]=],
4545
[=[
46-
**Step 3: Activate Copilot**
46+
**Step 4: Activate Copilot**
4747
4848
- Run **`:PiecesCopilot`** to Activate the Pieces Copilot to assist you with code.
4949
- Use /change_model in the Copilot input to change the model
5050
- Use /context to change the chat context
5151
5252
]=],
5353
[=[
54-
**Step 4: Manage Chats**
54+
**Step 5: Manage Chats**
5555
5656
- Access your previous chat and interactions with the Pieces Copilot using **`:PiecesChats`**.
5757
]=],
5858
[=[
59-
**Step 5: Check your account status**
59+
**Step 6: Check your account status**
6060
6161
- Run **`:PiecesAccount`** to Manage your Pieces account settings directly from Neovim.
6262
]=],
6363
[=[
64-
**Step 6: Sharing your Feedback**
64+
**Step 7: Sharing your Feedback**
6565
6666
- Your feedback is very **important** to us. Please share some of your feedback by typing `:PiecesFeedback`.
6767
]=],
6868
[=[
69-
**Step 7: Contributing**
69+
**Step 8: Contributing**
7070
7171
- The Pieces for Neovim plugin is an **open source project** and you can contribute to it by creating a pull request or open an issue by typing **`:PiecesContribute`**.
7272
]=]
7373
}
7474

7575
local commands = {
76+
"PiecesLogin",
7677
"'<,'>PiecesCreateMaterial",
7778
"PiecesDrive",
7879
"PiecesCopilot",

0 commit comments

Comments
 (0)