···1515- Icon support for common filetypes through [mini.icons](https://github.com/echasnovski/mini.nvim) _(optional)_
1616- No heavy dependencies - pure Lua
17171818+### extui
1919+2020+artio requires the extui to be enabled.
2121+2222+an example of how to set this up is:
2323+2424+```lua
2525+require("vim._extui").enable({ enable = true, msg = {
2626+ target = "msg",
2727+} })
2828+```
2929+1830## installation
19312032`vim.pack`