summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin.lua
AgeCommit message (Expand)Author
2020-11-16feat: Add git builtins (#240)Simon Hauser
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries
2020-11-15fix: use vim.lsp.diagnostic instead of deprecated util function. (#244)Senghan Bright
2020-11-15fix lsp_code_action error when no code action available (#243)YIQUN
2020-11-15Merge pull request #230 from parmort/rework-helptagstami5
2020-11-14feat: Add built-in to search keymaps (#191)Carlos Hernandez
2020-11-13Fix git files in non-git directories (#239)Anirudh Haritas Murali
2020-11-13fix: Multiple Previewer fixes (#225)Simon Hauser
2020-11-13feat: Add c-v, c-x, c-t to help_tags (#229)tami5
2020-11-09Rename and simplify make_entry functionNolan Prochnau
2020-11-09Grab helptags from all paths defined in rtpNolan Prochnau
2020-11-02feat: v1 options menu (#133)Senghan Bright
2020-10-28Fix find_command for find_files when using find executable (#199)Simon Hauser
2020-10-24Add telescopes provider (#168)Simon Zeng
2020-10-19feat: Add ability to configure default sortersTJ DeVries
2020-10-19Ensure git_files uses the git root directory as cwd (#180)Malcolm Ramsay
2020-10-17refactor: prompt->prompt_title (#169)Alvaro Muñoz
2020-10-15fix: Use entry maker for marksTJ DeVries
2020-10-12Add Colorscheme and Marks Support and Telescope Commands (#167)Raphael
2020-10-08fix: #125TJ DeVries
2020-10-08feat: Do a bit better sorting for command historyTJ DeVries
2020-10-07fix: Changed git command to show all files inside project (#129)Norlock
2020-10-07feat: Manpages finder (output of apropos) (#134)Senghan Bright
2020-10-05feat: Add `find` command support (#145)Nolan Prochnau
2020-10-04feat: builtin - lua package reloader (#132)Senghan Bright
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
2020-09-25fix: #105TJ DeVries
2020-09-25feature: Vim help-tags picker (#117)Senghan Bright
2020-09-22fix: Don't pass anything if word match is emptyTJ DeVries
2020-09-22wip: Add ability to search for word match w/ rgTJ DeVries
2020-09-18fix: Add timeout param to all buf_requests and move to 10 secondsTJ DeVries
2020-09-18fix: add timeout paramTJ DeVries
2020-09-18feat: add some tests and improve perfTJ DeVries
2020-09-17feat: Improved previewers and cleanupTJ DeVries
2020-09-16feat: Easy Termopen for Previewer (#88)TJ DeVries
2020-09-16Add sorter to live_grep (#61)Christian Clason
2020-09-16fix: use double dash to fix special filenames (#87)Oleg Matrokhin
2020-09-16feat: add builtin.lsp_code_actions (#77)TimUntersberger
2020-09-13feat: add find_command option for find_files (#73)TimUntersberger
2020-09-12feat: Add support for ripgrep in "find_files" builtin (#70)Corentin Brunel
2020-09-12feat: Adds shorten_path, show_all_buffers opts and fixes alignment (buffers b...Simon Hauser
2020-09-12feat: builtin.commands (#54)TimUntersberger
2020-09-12fix: Pass cwd down correctly for find filesTJ DeVries
2020-09-11Merge pull request #59 from clason/patch-1Dave Lage
2020-09-11feat: make buffer work much betterTJ DeVries
2020-09-11Restrict find_files to filesChristian Clason
2020-09-11feat: add current file fuzzy finderTJ DeVries
2020-09-10builtin.fd -> builtin.find_filesTJ DeVries
2020-09-10Allow easily changing grep argumentsTJ DeVries
2020-09-08temp: limit requests for live grepTJ DeVries