nvim_runtime_lua

lsp.DidOpenNotebookDocumentParams

The params sent in an open notebook document notification.

Fields2

DidOpenNotebookDocumentParams.notebookDocument : lsp.NotebookDocument

The notebook document that got opened.

DidOpenNotebookDocumentParams.cellTextDocuments : lsp.TextDocumentItem[]

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