diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 407eba7b..efa8af67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,10 @@ from `nvim` to run. It **must** be run from the .git/project root. This could be modified to try to find the .git root with one of our `util.*` functions potentially. -So you can either run nvim with cwd at the project root, or run `nvim +"luafile -scripts/docgen.lua" +q` from the project root. +You can run +`nvim -u NONE +'set rtp+=$PWD' +"luafile scripts/docgen.lua" +q` +from the project root. This ensures that it doesn't pick up another +copy of `nvim_lsp` on your system. This generates a suffix for README.md |
