Evaluate VimL expression
nvim_evalEvaluate any Vimscript expression in your Neovim session and get the result, enabling agent access to Neovim state for automation and control.
Instructions
Evaluate a Vimscript expression (e.g. expand('%:p')) and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | The Vimscript expression to evaluate. |