nvim_runtime_lua

lsp.NotebookCellArrayChange

A change describing how to move a NotebookCell array from state S to S'.

Fields3

NotebookCellArrayChange.start : uinteger

The start oftest of the cell that changed.

NotebookCellArrayChange.deleteCount : uinteger

The deleted cells

NotebookCellArrayChange.cells : lsp.NotebookCell[] | nil

The new cells, if any