From b41e066aa124b5feb428877c7a35776ce4d3035c Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 30 Mar 2025 13:29:36 -0700 Subject: docs: lsp config/commands #33122 fix #33075 --- src/gen/gen_help_html.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gen/gen_help_html.lua') 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, -- cgit