mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 00:05:36 +00:00
lsp: fix on_attach signature documentation (#13723)
* trim trailing whitespace from docs
This commit is contained in:
committed by
GitHub
parent
953a548454
commit
77a6049e07
@@ -327,8 +327,9 @@ end
|
||||
--- Checks whether a client is stopped.
|
||||
--- Returns: true if the client is fully stopped.
|
||||
---
|
||||
--- - on_attach(bufnr)
|
||||
--- - on_attach(client, bufnr)
|
||||
--- Runs the on_attach function from the client's config if it was defined.
|
||||
--- Useful for buffer-local setup.
|
||||
---
|
||||
--- - Members
|
||||
--- - {id} (number): The id allocated to the client.
|
||||
|
||||
Reference in New Issue
Block a user