nvim_runtime_lua

lsp.DidCloseNotebookDocumentParams

The params sent in a close notebook document notification.

Fields2

DidCloseNotebookDocumentParams.notebookDocument : lsp.NotebookDocumentIdentifier

The notebook document that got closed.

DidCloseNotebookDocumentParams.cellTextDocuments : lsp.TextDocumentIdentifier[]

The text documents that represent the content of a notebook cell that got closed.