Get hover information
nvim_hoverRetrieve type and documentation for a symbol at a given file position, providing the exact hover text from Neovim's LSP.
Instructions
Get type and documentation information for the symbol at a position, the same text the editor shows on hover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number, 1-based | |
| path | Yes | File path | |
| column | Yes | Column number, 1-based | |
| wait_ms | No | LSP timeout |