diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-06-20 09:49:49 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2023-06-22 10:18:17 +0200 |
commit | 5c73b1bb4c876d207e868bffc9f741c2a60d4aaf (patch) | |
tree | cd2d14f3679d1b246c1c28cba6ad5169ba045788 /scripts/gen_help_html.lua | |
parent | a41883bfbea990c9f8b29060b21580139970afc1 (diff) | |
download | rneovim-5c73b1bb4c876d207e868bffc9f741c2a60d4aaf.tar.gz rneovim-5c73b1bb4c876d207e868bffc9f741c2a60d4aaf.tar.bz2 rneovim-5c73b1bb4c876d207e868bffc9f741c2a60d4aaf.zip |
docs: lsp, vim_diff
- quickstart
- mark lsp.txt as `new_layout`
- remove lsp-handler documentation for notifications: they don't have
handlers because they don't have server responses.
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r-- | scripts/gen_help_html.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 6cdf028f5c..43c0e135d4 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -43,6 +43,7 @@ local M = {} -- All other files are "legacy" files which require fixed-width layout. local new_layout = { ['api.txt'] = true, + ['lsp.txt'] = true, ['channel.txt'] = true, ['deprecated.txt'] = true, ['develop.txt'] = true, |