commits
Co-authored-by: caenrique <caenrique93@gmail.com>
- use `vim.o.winborder` as fallback
Reviewed-on: https://github.com/comfysage/artio.nvim/pull/20
- check for `winborder = ''`
- update on `win_config`
- offset by `cmdheight + win.height`
- show only items from recents list when no input
- pass items with abs path -> format with `getcwd(0)`
fix https://github.com/comfysage/artio.nvim/issues/17
fix https://github.com/comfysage/artio.nvim/issues/16
Reviewed-on: https://github.com/comfysage/artio.nvim/pull/15
Co-authored-by: sairy <10310312-sairy@users.noreply.gitlab.com>
https://github.com/neovim/neovim/pull/37692
fix: https://github.com/comfysage/artio.nvim/issues/13
fix double prompt line issue caused by neovim/neovim#36194
https://github.com/neovim/neovim/commit/ed4c549ea2436b820860c3453d348c84d441de9b
fix https://github.com/comfysage/artio.nvim/issues/12
fix https://github.com/comfysage/artio.nvim/issues/12
fix: https://github.com/comfysage/artio.nvim/issues/10
use `<c-g>` by default to toggle between live and fuzzy search (inspired
by fzf-lua).
uses `togglelive` action.
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