forked from neovim/nvim-lspconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: documentation overhaul (neovim#1384)
* remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder
- Loading branch information
Showing
10 changed files
with
8,447 additions
and
8,334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
pull_request_rules: | ||
- name: disallow changing a file | ||
conditions: | ||
- files=CONFIG.md | ||
actions: | ||
close: | ||
comment: | ||
message: "CONFIG.md is auto-generated: edit the lua source file instead (and re-read the PR template)." | ||
# - name: disallow changing a file | ||
# conditions: | ||
# - files=CONFIG.md | ||
# actions: | ||
# close: | ||
# comment: | ||
# message: "CONFIG.md is auto-generated: edit the lua source file instead (and re-read the PR template)." |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.