mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user