View Source GenLSP.LSP (gen_lsp v0.8.1)

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.LSP{
  assigns: map(),
  buffer: (atom() | pid()) | nil,
  mod: atom(),
  pid: pid() | nil
}

Link to this section Functions

The LSP data structure.

Link to this function

assign(lsp, new_assigns)

View Source
@spec assign(t(), Keyword.t()) :: t()