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.
This commit is contained in:
Justin M. Keyes
2023-06-20 09:49:49 +02:00
parent a41883bfbe
commit 5c73b1bb4c
3 changed files with 88 additions and 161 deletions

View File

@ -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,