summaryrefslogtreecommitdiff
path: root/lua/telescope
AgeCommit message (Collapse)Author
2022-07-12fix: cursor theme if winbar is set (#2066)Simon Hauser
2022-07-12docs: mappings documentation overhaul (#2065)Simon Hauser
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2022-07-12perf: limit scrolling size (#2059)Simon Hauser
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-07-10fix: from_entry escape and validation (#2058)Simon Hauser
2022-07-07fix: more autocmds desc fixes (#2049)Simon Hauser
2022-07-07fix: also map <C-/> for which-key (#2051)Gregory Anders
Some terminals send Ctrl + / as <C-/>, not <C-_>. Map both to the which_key action to cover these cases.
2022-07-07fix: live_grep search_dirs and grep_open_files optsSimon Hauser
fix #2048
2022-07-07fix: grep_string search= jump to lineSimon Hauser
fix #2047
2022-07-07fix: autocmd, show desc if available (#2046)Simon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-06docs: add missing opts docs for lsp builtinsSimon Hauser
2022-07-06feat(grep_string): invert_match for search="", removing empty lines (#2040)Simon Hauser
2022-07-06fix(path_display): allow function on path_display (#2043)Charles Moscofian
2022-07-06feat: grep_open_files for builtin.grep_string (#2039)Simon Hauser
2022-07-04fix: path_display hidden for make_entry.gen_from_quickfix (#2038)Charles Moscofian
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
2022-07-03fix(from_entry): treat directories as valid paths (#2035)Fabian David Schmidt
2022-07-01Merge pull request #1945 from nvim-telescope/devSimon Hauser
full changelog `:help telescope.changelog-1945`
2022-07-01break: cleanup preview.treesitter language setting (#1612)marcel
this follows nvim-treesitter more closely but enable can also be a table of enabled languages The config now looks like this: ```lua defaults = { preview = { treesitter = { enable = false, -- or enable = { "c" }, -- disable can be set if enable isn't set disable = { "perl", "javascript" }, }, }, }, ```
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01feat: search_file option for builtin fd command (#2029)Turiiya
2022-07-01fix: crash in tags on enter for no results and random crash in previewerSimon Hauser
2022-07-01fix: autocommands regressionSimon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-07-01docs: `make_entry` and `entry_display`julianf
2022-07-01feat: Add entry_index for entry_makersTJ DeVries
cleanup
2022-07-01fix: filereadable should check for 1 or 0 (#2030)xiaxi
2022-06-30fix: spell_suggest if cursor is at last char of wordSimon Hauser
fix #1977
2022-06-30docs: document limitation of actionSimon Hauser
close #1994
2022-06-30fix: truncate for builtin.buffersSimon Hauser
fix #2022
2022-06-30fix: Inconsistent Color highlighting inside Git File Diff PreviewSimon Hauser
fix #1098
2022-06-30feat: add min max boundary to width, hight resolver (#2002)Simon Hauser
2022-06-30feat: clear previewer if no item is selected (#2004)Simon Hauser
2022-06-30feat(rg): pass multiple globs to rg by default (#2003)Anton
2022-06-30fix(current_buffer_tags): tag-relative=never (#1970)Dane Summers
2022-06-30feat(builtin.lsp): implement builtin handlers for ↵Manuel
lsp.(incoming|outgoing)_calls (#1484) Fixes #863
2022-06-30docs: clarify docs around `search_dirs` and `map_entries`Simon Hauser
2022-06-30feat: `find_command` can be a function (#2000)Simon Hauser
2022-06-30chore: cleanup autocmd builtin (#1947)Simon Hauser
2022-06-30refactor: make_entry more consistent (#1410)Yorick Peterse
drops `ignore_filename`, use `path_display= { "hidden" }` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-06-30feat: add `--follow` to bcommits (#1997)Brian Di Palma
Yes the diff to parent preview will be blank but at the very least a user can follow a file around various moves and get access to the SHA-ID for the move.
2022-06-30feat: add option `use_default_opts` to `builtin.builtin` (#1996)Bjarki Baldursson Harksen
2022-06-30feat(tags): process tagfiles on the fly (#1989)Antoine
2022-06-30feat: no-ignore-parent shorthand option for find_files. (#1963)Jeremy Neal
2022-06-30feat: force buffer delete for terminal and improvements for ↵TheMeaningfulEngineer
Picker:delete_selection (#1943)
2022-06-30fix(resume): previewer if toggled (#1957)Simon Hauser
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30feat: none strategy & control attachment (#1867)fdschmidt93
2022-06-30feat(vim_options): show scope information in display (#1956)Simon Hauser
Also make type, scope and value searchable