set_quickfix
Populate the Neovim quickfix list with custom locations, including file paths, line numbers, and descriptions, to navigate search results or related code sites.
Instructions
Set the Neovim quickfix list with a list of locations (e.g. feature touchpoints, search results, related code sites)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of locations to populate the quickfix list | |
| title | No | Title for the quickfix list |