mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs(gen): support language annotation in docstrings
This commit is contained in:
@ -150,7 +150,7 @@ end
|
||||
---
|
||||
--- See |vim.diagnostic.config()| for configuration options. Handler-specific
|
||||
--- configuration can be set using |vim.lsp.with()|:
|
||||
--- <pre>
|
||||
--- <pre>lua
|
||||
--- vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(
|
||||
--- vim.lsp.diagnostic.on_publish_diagnostics, {
|
||||
--- -- Enable underline, use default values
|
||||
|
Reference in New Issue
Block a user