Run an Ex command
nvim_commandRun any Neovim Ex command, like 'Telescope find_files' or 'Git blame', and get its output to drive installed plugins.
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 |