docs(lua): improvements for LSP and Diagnostic

This commit is contained in:
Lewis Russell
2024-03-05 12:06:15 +00:00
committed by Lewis Russell
parent 5b312cd5f6
commit a4290f462e
13 changed files with 568 additions and 507 deletions

View File

@@ -572,7 +572,7 @@ local M = {}
---
---@param bufnr integer
---@param client_id integer
---@param opts (nil|table) Optional keyword arguments
---@param opts? table Optional keyword arguments
--- - debounce (integer, default: 200): Debounce token requests
--- to the server by the given number in milliseconds
function M.start(bufnr, client_id, opts)