Skip to content

Commit

Permalink
fix(repro): update the repro instructions to update the dependencies (#…
Browse files Browse the repository at this point in the history
…146)

This plugin includes a `repro.lua` file that can be used to start neovim
with a minimal, known configuration. This is useful for reproducing issues.

If the reproduction script had been run some time ago, the dependencies
might be out of date. This commit updates the instructions with a
command that updates the dependencies before starting neovim. It should
ensure that the dependencies are up to date.
  • Loading branch information
mikavilpas authored Jun 30, 2024
1 parent 9f2c6a4 commit b90d4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/reproducing-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ are caused by plugins or configuration. This can also make it very difficult to
provide a fix. To help us diagnose the issue, please follow these steps:

1. copy [repro.lua](../repro.lua) to a directory on your system
2. run `nvim -u repro.lua` in that directory
2. run `nvim -u repro.lua -c "lua require('lazy').update()"` in that directory
- this will start Neovim with a minimal configuration, completely defined by
that one file.
3. try to reproduce the issue
Expand Down

0 comments on commit b90d4fe

Please sign in to comment.