Open file
nvim_open_fileOpen files in Neovim using horizontal, vertical, or tab splits, and get buffer info to manage the session.
Instructions
Open a file in Neovim, optionally in a split or new tab, and return its buffer info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to open. | |
| split | No | How to open it. Default 'none' (replace current window). |