馃惢 minimal ui2 fuzzy finder for Neovim codeberg.org/comfysage/artio.nvim
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 196 B view raw
1return { 2 _all = { 3 coverage = false, 4 lpath = "lua/?.lua;lua/?/init.lua", 5 lua = "./tests/nvim-shim", 6 }, 7 default = { 8 verbose = true, 9 }, 10 tests = { 11 verbose = true, 12 }, 13}