Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(api): use a keyset for highlight dicts | Björn Linse | 2022-02-02 |
| | |||
* | feat(api): implement nvim_{add,del}_user_command | Gregory Anders | 2021-12-28 |
| | | | | | Add support for adding and removing custom user commands with the Nvim API. | ||
* | refactor(api): handle option dicts properly | Björn Linse | 2021-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 |