aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_keysets.lua
Commit message (Collapse)AuthorAge
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
|
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
| | | | | Add support for adding and removing custom user commands with the Nvim API.
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
Do not copy a lot of lua strings (dict keys) to just strequal() them Just compare them directly to a dedicated hash function. feat(generators): HASHY McHASHFACE