Skip to content

Commit

Permalink
feat(docs): small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivay-at-pieces committed Aug 21, 2024
1 parent 1481eb8 commit a751228
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/extensions-plugins/neovim/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
mkdir -p ~/.config/nvim
touch ~/.config/nvim/init.vim
```
Note: Your Neovim confifugation file can either be `init.vim` or `init.lua`. If you are using `init.lua`, you will need to add the following line to your configuration file:
Note: Your Neovim configuration file can either be `init.vim` or `init.lua`. If you are using `init.lua`, you will need to add the following line to your configuration file:
```lua
vim.cmd [[packadd pieces.nvim]]
```
Expand Down Expand Up @@ -99,6 +99,15 @@ EOF

Congratulations! You have successfully set up and started using the Pieces Neovim Plugin.

:::info

Whenever there's an update available for the Pieces Neovim Plugin, you can run the following command in your terminal:

```bash
nvim +UpdateRemotePlugins
```
:::

## Next Steps
Now that you have setup the Pieces Neovim Plugin, you can explore more features and commands to streamline your workflow and boost productivity.

Expand Down

0 comments on commit a751228

Please sign in to comment.