neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c90f742ee2793d2d119d45a4699849ff49236ad4
parent 21ea0537e0d6e746746454bb86a173365a852dee
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Mon, 27 Oct 2025 19:32:16 -0400

docs: new layout

Diffstat:
Msrc/gen/gen_help_html.lua | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gen/gen_help_html.lua b/src/gen/gen_help_html.lua @@ -63,11 +63,12 @@ local new_layout = { ['channel.txt'] = true, ['deprecated.txt'] = true, ['dev.txt'] = true, + ['dev_arch.txt'] = true, ['dev_style.txt'] = true, + ['dev_test.txt'] = true, ['dev_theme.txt'] = true, ['dev_tools.txt'] = true, ['dev_vimpatch.txt'] = true, - ['editorconfig.txt'] = true, ['faq.txt'] = true, ['gui.txt'] = true, ['intro.txt'] = true,