Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs(vvars): fix wrong lua types in vim.v variables | Jongwook Choi | 2024-01-15 |
| | | | | | | | | - cmdarg: string[] -> string - shell_error: string -> int - stderr: string -> int - Add types for: cmdbang, errors, exception, false, true | ||
* | docs: add lua typing for `vim.NIL` | Jongwook Choi | 2024-01-15 |
| | |||
* | feat(terminal): trigger TermRequest autocommand events (#22159) | Ghjuvan Lacambre | 2024-01-09 |
| | | | | | | | | | | This commit implements a new TermRequest autocommand event and has Neovim emit this event when children of terminal buffers emit an OSC or DCS sequence libvterm does not handle. The TermRequest autocommand event has additional data in the v:termrequest variable. Co-authored-by: Gregory Anders <greg@gpanders.com> | ||
* | feat: generate types and docs for v variables | Lewis Russell | 2023-12-21 |
| | |||
* | feat(lsp): more annotations | Lewis Russell | 2023-12-14 |