Get Line Range
get_linesRetrieve lines from a Neovim buffer by specifying a zero-indexed start line and an exclusive end line.
Instructions
Returns lines from start to end (0-indexed, end-exclusive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes |