minimal extui fuzzy finder for neovim

doc: extui notice

+12
+12
README.md
··· 15 15 - Icon support for common filetypes through [mini.icons](https://github.com/echasnovski/mini.nvim) _(optional)_ 16 16 - No heavy dependencies - pure Lua 17 17 18 + ### extui 19 + 20 + artio requires the extui to be enabled. 21 + 22 + an example of how to set this up is: 23 + 24 + ```lua 25 + require("vim._extui").enable({ enable = true, msg = { 26 + target = "msg", 27 + } }) 28 + ``` 29 + 18 30 ## installation 19 31 20 32 `vim.pack`