mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-29 09:22:09 +00:00
@@ -523,6 +523,10 @@ builtin.builtin = function(opts)
|
||||
},
|
||||
previewer = previewers.qflist.new(opts),
|
||||
sorter = conf.generic_sorter(opts),
|
||||
attach_mappings = function(_, map)
|
||||
map('i', '<CR>', actions.run_builtin)
|
||||
return true
|
||||
end
|
||||
}):find()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user