Run an Ex command
nvim_commandRun Neovim Ex commands to drive installed plugins and capture their output.
Instructions
Run a Neovim Ex command, for example 'Telescope find_files' or 'Git blame', and return its output. Use this to drive installed plugins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Ex command without the leading colon |