Skip to content

Commit

Permalink
docs(readme): add suggestion to run installer with -u NORC (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Jan 28, 2024
1 parent 3431b81 commit 4f90865
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ and the installer will do the rest!
:source https://raw.githubusercontent.com/nvim-neorocks/rocks.nvim/master/installer.lua
```

If you already have plugins installed, we suggest running the installer
without loading RC files, as some plugins may interfere with the script:

```sh
nvim -u NORC -c "source https://raw.githubusercontent.com/nvim-neorocks/rocks.nvim/master/installer.lua"
```

> [!IMPORTANT]
>
> For security reasons, we recommend that you read `:help :source`
Expand Down

0 comments on commit 4f90865

Please sign in to comment.