aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorZhizhen He <hezhizhen.yi@gmail.com>2023-03-23 16:35:08 +0800
committerGitHub <noreply@github.com>2023-03-23 16:35:08 +0800
commitc6105c449683b944b5d2138fcf82f18c657249e9 (patch)
tree63a3c0ff4078e4e88c760261eee503b5319cfd32 /CONTRIBUTING.md
parentfeat: add PyrightSetPythonPath command to pyright config (#2519) (diff)
downloadnvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.gz
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.bz2
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.lz
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.xz
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.tar.zst
nvim-lspconfig-c6105c449683b944b5d2138fcf82f18c657249e9.zip
chore: remove redundant config for Lua (#2523)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e97d6591..2d04b23f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -125,7 +125,7 @@ PRs are checked with [luacheck](https://github.com/mpeterv/luacheck), [StyLua](h
## Generating docs
-Github Actions automatically generates `server_configurations.md`. Only modify `scripts/README_template.md` or the `docs` table in the server config Lua file. Do not modify `server_configurations.md` directly.
+GitHub Actions automatically generates `server_configurations.md`. Only modify `scripts/README_template.md` or the `docs` table in the server config Lua file. Do not modify `server_configurations.md` directly.
To preview the generated `server_configurations.md` locally, run `scripts/docgen.lua` from
`nvim` (from the project root):