diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2025-03-30 13:29:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-30 13:29:36 -0700 |
commit | b41e066aa124b5feb428877c7a35776ce4d3035c (patch) | |
tree | 24821d15e1d590b4af266f6c94674dd431776799 /src/gen/gen_help_html.lua | |
parent | cb247e06f0ba19ca55252de0aebe249ed4c3635f (diff) | |
download | rneovim-b41e066aa124b5feb428877c7a35776ce4d3035c.tar.gz rneovim-b41e066aa124b5feb428877c7a35776ce4d3035c.tar.bz2 rneovim-b41e066aa124b5feb428877c7a35776ce4d3035c.zip |
docs: lsp config/commands #33122
fix #33075
Diffstat (limited to 'src/gen/gen_help_html.lua')
-rw-r--r-- | src/gen/gen_help_html.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gen/gen_help_html.lua b/src/gen/gen_help_html.lua index 0d98d9e1b1..817811e857 100644 --- a/src/gen/gen_help_html.lua +++ b/src/gen/gen_help_html.lua @@ -76,6 +76,7 @@ local new_layout = { ['news.txt'] = true, ['news-0.9.txt'] = true, ['news-0.10.txt'] = true, + ['news-0.11.txt'] = true, ['nvim.txt'] = true, ['provider.txt'] = true, ['tui.txt'] = true, |