tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
feat(builtins): add text to grep setqflist action
robinwobin.dev
3 months ago
182e5188
68341e9e
+1
-1
1 changed file
expand all
collapse all
unified
split
lua
artio
builtins.lua
+1
-1
lua/artio/builtins.lua
···
104
104
end or nil,
105
105
actions = {
106
106
setqflist = utils.make_setqflist(function(item)
107
107
-
return { filename = item.v[1], lnum = item.v[2], col = item.v[3] }
107
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 = {