summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-21feat: utilize last window cursor position (#2416)James Trew
closes #2386
2023-03-21fix: preview cycling and titles work after `:Telescope resume` (#2422)Andrii Berezhynskyi
2023-02-26fix: prefix color highlighting on nvim 0.9 (#2403)Simon Hauser
2023-02-20fix: current_buffer_fuzzy_find highlighter (#2394)Simon Hauser
2023-02-20fix: previewer = true (#2395)Simon Hauser
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 ↵Luyu Huang
current file (#2324)
2023-02-19fix: current_buffer_fuzzy_find push cursor (#2393)Simon Hauser
close #2332
2023-02-19fix(builtin.commands): add the command w/ zero arguments to cmd history when ↵liugh
executed (#2320)
2023-02-19fix: wrap_results option breaking scrolling of results window (#2322)Sultanahamer
2023-02-19feat: extend git_delete_branch to delete of all selected branches (#2337)Sven
2023-02-19fix: `reverse range in character class` error (#2345)Tommy Nguyen
2023-02-19docs: add missing documentation for builtin lsp symbols (#2365)Uraza
2023-02-19fix: avoid eval "= directly in builtin registers picker (#2347)莊喬
When "= contains expression not ought to be run in current context, the `getreg('=')` raises error. For example `:put =foo` (where `foo` is undefined) then open registers picker it fails. Also #2228. Now specify second arg to `getreg` to get register expr (instead of "evaluated" result) as content, like what `:registers` command displays. This has behavior change, if user still want to see/paste the evaluated result, a customized action will be needed.
2023-02-19feat: keep prompt and selection on git_staging_toggle (#2372)atusy
2023-02-19fix: rename ts_utils.get_node_range -> vim.treesitter.get_node_range (#2376)Yuta Katayama
2023-02-19docs: added config directions for Lazy.nvim package manager (#2377)Norm
2023-02-19fix: execute autocmds correctly (#2375)Josa Gesell
2023-02-19chore: use luarocks-tag-release action (#2364)Marc Jakobi
2023-01-31Revert "feat(git): git_commits shows the current branch graph (#2288)" (#2358)Simon Hauser
This reverts commit 01d92285ef4402b188fa583d57f5d1a18c889d22.
2023-01-30fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343)Sizhe Zhao
2023-01-30fix: wrap nvim_buf_set_option in a protected call (#2346)Kalka
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-30fix: man_pages on macOS and FreeBSD (#2326) (#2352)Fernando Schauenburg
macOS 13.x (Ventura, Darwin 22.x) uses `apropos(1)` from FreeBSD, which does not behave the same as the previous implementation up to macOS 12. `apropos(1)` takes a regular expression as an argument, so passing "." causes it to match anything and therefore return all results to be filtered by Telescope.
2023-01-22docs: telescope.nvim spelling and grammar fixes (#2325)vladislav doster
Corrects the following issues: - article agreement - spelling
2023-01-22docs: proof-read edits (#2311)James Trew
2023-01-22docs: fix unfinised sentence in docs (#2335)cristiansofronie
2023-01-22fix: escape filename used in drop commands (#2339)Ryan Blonna
2023-01-22fix(oldfiles): use path separator from builtin utils in cwd_only (#2340)Hasan Mahmud
2023-01-22chore: fix stylua ciSimon Hauser
2023-01-16release: 0.1.1Simon Hauser
2023-01-14fix: docgen ci failure (#2323)Simon Hauser
2023-01-11feat(pickers): add opt.show_remote_tracking_branches to git_branches (#2314)Matt Taylor
2023-01-10feat: add rockspec + luarocks upload workflow (#2276)Marc Jakobi
telescope.nvim is a common dependency across Neovim plugins. Using luarocks may alleviate the need for users to specify their plugins' dependencies in their plugin manager. (e.g., vim-plug or packer). See also: https://teto.github.io/posts/2021-09-17-neovim-plugin-luarocks.html
2023-01-07fix(old_files): opts.cwd_only includes similarly named dirs (#2308)emmanueltouzery
2023-01-06fix(tests): uses testharness in scrolling strategy (#2307)Adam Tajti
2023-01-06fix: live_grep additional_args parsing (#2306)Simon Hauser
2023-01-06fix: correctly parse filenames with special chars in git_status (#2296)Jonas Strittmatter
2023-01-06docs: Added note that live_grep depends on ripgrep (#2305)Gian-Laager
2023-01-06fix: do not use nvim_buf_line_count on unloaded buffers (#2261)tzachar
2022-12-28docs: fix typos/wording (#2283)Tsakiris Tryfon
2022-12-28feat(git): git_commits shows the current branch graph (#2288)Cyan
Co-authored-by: Cyan Joeng <cyan.joeng@gmail.com>
2022-12-28fix(docs): point to correct lua modules (#2284)C.D. MacEachern
2022-12-28chore: bump ci to more modern os and nvim versions (#2289)Simon Hauser
2022-12-21fix: jumplist picker indexing the line after (#2273)Tobias S
2022-12-21fix: misidentification invert and files_with_matches (#2240) (#2262)fcying
2022-12-21fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)Luke Kershaw
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled * fix docgen Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-12-02docs: Fixed a typo (#2254)Pooyan Khanjankhani
2022-12-02fix(builtin.commands): no preview for multiline description commands (#2244)Anton