mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs(lua): improvements for LSP and Diagnostic
This commit is contained in:
committed by
Lewis Russell
parent
5b312cd5f6
commit
a4290f462e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user