Run Ex command
nvim_commandExecute Neovim Ex commands (e.g., :write, :bnext, :vsplit) and retrieve captured output for direct control of the editor.
Instructions
Execute an Ex command (e.g. :write, :bnext, :vsplit foo.txt) and return its captured output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The Ex command, without the leading colon. |