diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d50019a532..01105d8379 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ If your issue isn't mentioned there: - For runtime issues, see [Troubleshooting#runtime-issues][wiki-troubleshooting-runtime-issues]. If your issue isn't mentioned there, try to reproduce your it using - `nvim` with the smallest possible `nvimrc` (or none at all via `nvim -u + `nvim` with the smallest possible `vimrc` (or none at all via `nvim -u NONE`), to rule out bugs in plugins you're using. If you're using a plugin manager, comment out your plugins, then add them back in one by one. |