minimal extui fuzzy finder for neovim
commits
Author
Commit
Message
Date
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
- fix extmark call in `View:hlselect()`