vim_fold
Manage code folding in Neovim by creating, opening, closing, toggling, or deleting folds. Specify start and end lines for precise fold creation, enhancing code readability and navigation.
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) |