🐻 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.

feat(builtins): add text to grep setqflist action

robin 182e5188 68341e9e

+1 -1
+1 -1
lua/artio/builtins.lua
··· 104 104 end or nil, 105 105 actions = { 106 106 setqflist = utils.make_setqflist(function(item) 107 - return { filename = item.v[1], lnum = item.v[2], col = item.v[3] } 107 + return { filename = item.v[1], lnum = item.v[2], col = item.v[3], text = item.text } 108 108 end), 109 109 }, 110 110 mappings = {