Skip to content

Commit 411e3af

Browse files
committed
docs(#2934): move default config to end
1 parent eb9f27d commit 411e3af

7 files changed

Lines changed: 371 additions & 343 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ end
126126
## Config And Mappings
127127

128128
When adding to or changing:
129-
1. `DEFAULT_OPTS`
130-
2. `Config` classes
129+
1. Default config
130+
2. `config` classes
131131
3. `on_attach` default mappings
132132

133133
You must generate help documentation. This requires neovim stable sources. You will be promted with instructions on fetching and referencing the source.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ style-fix:
3535
# utility
3636
#
3737
help-update:
38-
scripts/help-update.sh
3938
scripts/gen_vimdoc.sh
39+
scripts/help-update.sh
4040

4141
#
4242
# CI

0 commit comments

Comments
 (0)