summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin.lua
AgeCommit message (Expand)Author
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
2020-09-07Begin work on larger global config, to tailor defaultsTJ DeVries
2020-09-06View the planets (#12)smolck
2020-09-06added treesitter builtin (#31)Brian Ryall
2020-09-05fix: err msgTJ DeVries
2020-09-05feat: version checkTJ DeVries
2020-09-05feat: add buffer list (#30) TJ DeVries
2020-09-04breaking: change attach_mappings to take bufnr as first argumentTJ DeVries
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries
2020-09-04feat: vertical layouts. see 'layout_strategy'TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-02fix: clear last lineTJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-09-01Added functionality to view and navigate loclist (#17)Himanshu
2020-09-01feat/hack: Add builtin.builtinTJ DeVries
2020-09-01feat: new fuzzy sorterTJ DeVries
2020-09-01fix: failed to check for localTJ DeVries
2020-08-31fix: Rendering sometimes didn't workTJ DeVries
2020-08-31feat: Combine configuration into picker.new()TJ DeVries
2020-08-31Remove useless (?) tbl_mapsmolck
2020-08-31Don't use FZFsmolck
2020-08-31Add FZF builtin for searching vim.v.oldfilessmolck
2020-08-31Renames the quickfix-related builtin variables from lsp referencesSeth Messer
2020-08-31feat: Add better mapping supportTJ DeVries
2020-08-30feat: Add selection strategiesTJ DeVries
2020-08-28feat: borders and no previews for rockerTJ DeVries
2020-08-27feat: no preview optionTJ DeVries
2020-08-27feat: Add quickfix to builtinTJ DeVries
2020-08-27feat: Add livegrep and lsp referecnesTJ DeVries
2020-08-24Add fuzzy git file finderZTJ DeVries
2020-07-15Get simple rg example to workTJ DeVries