We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6517a4b commit a77451fCopy full SHA for a77451f
docs/editors/neovim.md
@@ -1,6 +1,5 @@
1
---
2
title: Neovim
3
-weight: 10
4
5
6
# djls.nvim
docs/processor.py
@@ -524,12 +524,7 @@ def main():
524
input="editors/nvim/README.md",
525
output="docs/editors/neovim.md",
526
processors=[
527
- add_frontmatter(
528
- {
529
- "title": "Neovim",
530
- "weight": 10,
531
- }
532
- ),
+ add_frontmatter({"title": "Neovim"}),
533
*common_processors,
534
],
535
preview=True,
0 commit comments