commits
The completion which existed always showed the complete list of
artio.builtins and didn't use what the documentation calls the leading
portion (argLead) of the argument currently being completed on. This
uses the argLead with fuzzy matching.
Reviewed-on: https://github.com/comfysage/artio.nvim/pull/11
set highlights when colorscheme is already set before the plugin is loaded.
Reviewed-on: https://github.com/comfysage/artio.nvim/pull/5
Co-authored-by: robin <comfysagedev@gmail.com>
- `<Plug>(artio-highlights)`
- `<Plug>(artio-colorschemes)`
- set padding to minimal of 1
- highlight the `"xxx"` indicator
- add priority to extmarks
- use end_row +1 instead of line_hl
- override `:mark()` opts with `{ hl_mode = "combine", invalide = true }`
- configure prompt text and mark
- fix update cursor pos