Add telescopes provider (#168)

Amendment: replace the old `builtin`
This commit is contained in:
Simon Zeng
2020-10-24 23:00:22 -04:00
committed by GitHub
parent 5aa20f1f54
commit 59ef37ded4
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -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