summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-02-19feat: support selection for grep_string (#2333)cristiansofronie
2023-02-19fix: apply jump_type only if the definition file is different from the curren...Luyu Huang
2023-02-19feat: extend git_delete_branch to delete of all selected branches (#2337)Sven
2023-02-19docs: add missing documentation for builtin lsp symbols (#2365)Uraza
2023-01-30feat: add support for wrapping history on reaching history begin or end (#2349)Reid Swan
2023-01-30feat: Allow filtering for oldfiles and buffers (#2353)Svetlozar Iliev
2023-01-22docs: telescope.nvim spelling and grammar fixes (#2325)vladislav doster
2023-01-22docs: proof-read edits (#2311)James Trew
2023-01-22docs: fix unfinised sentence in docs (#2335)cristiansofronie
2023-01-11feat(pickers): add opt.show_remote_tracking_branches to git_branches (#2314)Matt Taylor
2022-12-28docs: fix typos/wording (#2283)Tsakiris Tryfon
2022-12-28fix(docs): point to correct lua modules (#2284)C.D. MacEachern
2022-12-02fix: icons with multiple dots but without custom overrides (#2256)Simon Hauser
2022-11-28feat: add configuration to fix encoding of output of find_command in find_fil...zbq
2022-11-27feat(builtin.keymaps): display noremap/buffer indicators and add lhs filter (...Xavier Young
2022-11-23feat(picker): command history filter (#2132)kkharji
2022-11-06feat: add jump_type option for lsp_references (#2218)Gutyina Gergő
2022-11-06feat: the parameter "map" of attach_mappings can be list of modes to create m...ADoyle
2022-10-24feat: allow table as additional args in live grep and grep string (#2139)Gutyina Gergő
2022-10-08fix: selected icon highlight with color_devicons to false (#2187)Antoine Bertin
2022-09-04docs: update for git_files and live_grep (#2133)Sam Rosenthal
2022-09-04feat: added support for tabdrop (#2143)Ryan Koval
2022-08-13fix: typo in docs (#2100)Emiel Van Severen
2022-08-13docs: fix arguments in mappings table to refelct implementation (#2111) (#2125)Nikita Kulakov
2022-07-22fix: move the moon behind show_moon option and update documentation (#2072) (...steven
2022-07-12docs: mappings documentation overhaul (#2065)Simon Hauser
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-07-06docs: add missing opts docs for lsp builtinsSimon Hauser
2022-07-06feat: grep_open_files for builtin.grep_string (#2039)Simon Hauser
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
2022-07-03docs: fix typos/grammar in PR#1945 changelog (#2033)Tyler Wardhaugh
2022-07-01docs: changelog for dev branch, 1945Simon Hauser
2022-07-01break: cleanup preview.treesitter language setting (#1612)marcel
2022-07-01feat: search_file option for builtin fd command (#2029)Turiiya
2022-07-01docs: `make_entry` and `entry_display`julianf
2022-06-30docs: document limitation of actionSimon Hauser
2022-06-30feat: add min max boundary to width, hight resolver (#2002)Simon Hauser
2022-06-30feat(rg): pass multiple globs to rg by default (#2003)Anton
2022-06-30feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_cal...Manuel
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-30refactor: make_entry more consistent (#1410)Yorick Peterse
2022-06-30feat: add option `use_default_opts` to `builtin.builtin` (#1996)Bjarki Baldursson Harksen
2022-06-30feat: no-ignore-parent shorthand option for find_files. (#1963)Jeremy Neal
2022-06-30feat: none strategy & control attachment (#1867)fdschmidt93
2022-06-30docs: document limitations of file_ignore_patterns and transform_path (#1955)Simon Hauser
2022-06-30break(git_files): change show_untracked default to false (#842)Ben Smith
2022-06-12doc: use correct option name for 'only_sort_text' (#1995)Jose Veiga
2022-05-18docs: reflect behavior of diagnostics bufnr nil (#1879)matt rice
2022-05-15feat: Add ability to choose window to edit (#745)TJ DeVries