summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin
AgeCommit message (Collapse)Author
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
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-01feat: Add entry_index for entry_makersTJ DeVries
cleanup
2022-06-30fix: spell_suggest if cursor is at last char of wordSimon Hauser
fix #1977
2022-06-30feat(rg): pass multiple globs to rg by default (#2003)Anton
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-30fix(resume): previewer if toggled (#1957)Simon Hauser
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30chore: cleanup vim options (#1946)Simon Hauser
2022-06-30break(git_files): change show_untracked default to false (#842)Ben Smith
2022-06-30fix: grep_string crashes when string has newline (#2026)Reed Koser
Fixes the crash below by sanitizing the title to not include the linebreak (replacing it by a "\n" string) stack traceback: [C]: in function 'nvim_buf_set_lines' .../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:222: in function '__align_calc_config' .../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:266: in function 'new' ...are/nvim/plugged/plenary.nvim/lua/plenary/popup/init.lua:384: in function 'create' ...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:326: in function '_create_window' ...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:399: in function 'find' ...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:151: in function 'v' ...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:475: in function 'v' ...im/plugged/telescope.nvim/lua/telescope/builtin/init.lua:487: in function 'grep_string' Fixes #2023
2022-06-18fix: error caused by the invalid options in create_autocmd for vimdiff (#2013)Rocky Zhang
2022-06-12doc: use correct option name for 'only_sort_text' (#1995)Jose Veiga
2022-06-02fix: pass user opts to planets picker (#1983)Anton
2022-05-29fix(builtin.commands): action error caused by remapping : (#1972)iwataka
2022-05-18docs: reflect behavior of diagnostics bufnr nil (#1879)matt rice
2022-05-18fix: set tagstack when we jump with lsp in telescope (#1887)dagle
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-05-15fix: get mark list from opts.bufnr instead of using :marks (#1935)pjmtdw
Should fix marks when going through builtin.builtin
2022-05-04fix(builtin.tags): custom filename width (#1842)Michael Maves
2022-05-04feat(live_grep): add glob and type filter shorthand opts (#1695)kylo252
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-04-30chore: adapt to resolved_capabilities deprecation (#1902)Christian Clason
Neovim deprecated `resolved_capabilities` in https://github.com/neovim/neovim/pull/17814 Replace with `server_capabilities` and adapted feature table, which is backwards compatible with 0.7.
2022-04-30feat: support for builtin.commands to show buffer commands (#1889)milanglacier
2022-04-30fix: man_pages respect nosplitright for <c-v>Simon Hauser
followup to bf16fe620fa8290eb4c575caec0101b6e1dc5dcd
2022-04-30fix: help_tags respect nosplitright for <c-v>Simon Hauser
fix #1897
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
see :help telescope.changelog-1866 for more information
2022-04-25feat: switch to telescope.lua (#1873)Simon Hauser
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-04-25fix(help_tags): exclude invalid help-tag that errorsSimon Hauser
fix #1858
2022-04-22feat: lua autocmd (#1707)Dave Lage
2022-04-22fix: fix keep insert when going from telescope window to telescope window ↵kylo252
(#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-04-22break: bump minimum required neovim version to 0.7 (#1851)Simon Hauser
2022-04-18feat: added trim option to make_entry.gen_from_quickfix (#1838)rowario
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-04-10fix(builtin.colorscheme): also restore &background (#1835)wongxy
2022-04-09feat(lsp_references): include current line optionSimon Hauser
close: #1821
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
currently enabled for some builtins. You can manually enable it by adding `push_cursor_on_edit = true` to the builtin options. But feel free to open a PR if you find a builtin that needs this option enabled.
2022-03-30fix (treesitter): kind columnSimon Hauser
fix #1811
2022-03-26fix (tags|btags): escape all special characters (#1806)ibhagwan