vim_fold
Manage code folding in Vim: create, open, close, toggle, delete, or handle all folds at once. Specify start and end lines for precise fold creation to streamline code navigation and organization.
Instructions
Manage code folding: create, open, close, and toggle folds
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Folding action to perform | |
endLine | No | End line for creating fold (required for create) | |
startLine | No | Start line for creating fold (required for create) |