Commit Graph
313 Commits
Author SHA1 Message Date
Nghia Le MinhandSimon Hauser 11a3b16487 fix(lsp_dynamic_workspace_symbols): add prefilter as per documentation (after to_fuzzy_refine) (#2584)
* fix(lsp_dynamic_workspace_symbols): add prefilter as per documentation (after to_fuzzy_refine)

* [docgen] Update doc/telescope.txt
skip-checks: true

* docs grammar

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
Co-authored-by: James Trew <j.trew10@gmail.com>
(cherry picked from commit 219584a6ef)
2023-09-05 16:01:35 +02:00
James TrewandSimon Hauser 50e942530e fix(live_grep/grep_string): support non-utf8 patterns (#2570)
(cherry picked from commit ffe35cb433)
2023-09-05 15:59:32 +02:00
KalmanderandSimon Hauser 866cd41242 fix(registers): add small delete remove black hole (#2553)
Co-authored-by: Tryggvi Kalman <tryggvikalman@protonmail.com>
(cherry picked from commit be49680937)
2023-06-09 11:27:28 +02:00
James TrewandSimon Hauser f97f4a04f7 fix: previewers & entry maker file encoding (#2430)
(cherry picked from commit c8b65238e8)
2023-05-24 17:08:36 +02:00
Juan BarriosandSimon Hauser b98bc793c4 feat: sorting popup autocomplete items and initial builtin items (#2518)
(cherry picked from commit 8dd1cb2771)
2023-05-24 17:07:01 +02:00
AzadandSimon Hauser 5caa8ab208 fix(lsp.definitions): compare file uri with targetUri (#2514)
(cherry picked from commit 233cd6ad0d)
2023-05-24 17:06:16 +02:00
Pete MatsyburkaandSimon Hauser a49c3aa977 fix: exclude directories from oldfiles picker (#2485)
(cherry picked from commit 0900f6fcaa)
2023-05-14 22:18:09 +02:00
Rishikesh VaishnavandSimon Hauser 7bcbbb853d fix: replace default mapping rather than mapping CR directly for history and search pickers (#2506)
(cherry picked from commit 40dc952352)
2023-05-14 22:06:22 +02:00
Safdar AwanandSimon Hauser 14ee88bc49 fix: vim.treesitter.get_query deprecated (#2451)
* fix: `vim.treesitter.get_query` deprecated

* fix: add fallback for `vim.treesitter.get_query` for stable versions of nvim

(cherry picked from commit 359e9ffc74)
2023-04-09 17:50:37 +02:00
Simon Hauser 766a45a972 fix: current_buffer_fuzzy_find highlighter (#2394)
(cherry picked from commit a486ac3e8f)
2023-02-20 22:43:58 +01:00
Luyu HuangandSimon Hauser 48ece76315 fix: apply jump_type only if the definition file is different from the current file (#2324)
(cherry picked from commit 5d9658c39d)
2023-02-19 14:12:15 +01:00
Simon Hauser 1c113b3e24 fix: current_buffer_fuzzy_find push cursor (#2393)
close #2332

(cherry picked from commit 443e5a6802)
2023-02-19 14:10:31 +01:00
liughandSimon Hauser b04b051942 fix(builtin.commands): add the command w/ zero arguments to cmd history when executed (#2320)
(cherry picked from commit f409830422)
2023-02-19 14:10:24 +01:00
UrazaandSimon Hauser 9e55b91b54 docs: add missing documentation for builtin lsp symbols (#2365)
(cherry picked from commit 5ce991ad23)
2023-02-19 14:09:55 +01:00
Fernando SchauenburgandSimon Hauser 4340c22b63 fix: man_pages on macOS and FreeBSD (#2326) (#2352)
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.

(cherry picked from commit d5f6c0911d)
2023-02-19 14:08:46 +01:00
James TrewandSimon Hauser 0077389133 docs: proof-read edits (#2311)
(cherry picked from commit 053f2303c4)
2023-01-22 10:09:23 +01:00
Hasan MahmudandSimon Hauser ebdea0a718 fix(oldfiles): use path separator from builtin utils in cwd_only (#2340)
(cherry picked from commit 83eb2f9756)
2023-01-22 10:08:44 +01:00
emmanueltouzeryandGitHub f7bceabcc9 fix(old_files): opts.cwd_only includes similarly named dirs (#2308)
(cherry picked from commit 04af51dbfb)
2023-01-07 12:45:58 +01:00
Simon Hauser 6ece9c462a fix: live_grep additional_args parsing (#2306)
(cherry picked from commit 18fc02b499)
2023-01-06 14:35:51 +01:00
Jonas StrittmatterandSimon Hauser 48a77baffb fix: correctly parse filenames with special chars in git_status (#2296)
(cherry picked from commit b24fdfdb25)
2023-01-06 14:35:46 +01:00
Simon Hauser 47143bbb42 chore: bump ci to more modern os and nvim versions (#2289)
(cherry picked from commit 0a7588252a)
2023-01-06 14:34:52 +01:00
Tobias SandSimon Hauser 9cc8a4b2c5 fix: jumplist picker indexing the line after (#2273)
(cherry picked from commit e960efa60e)
2023-01-06 14:32:07 +01:00
fcyingandSimon Hauser 10151e4dbb fix: misidentification invert and files_with_matches (#2240) (#2262)
(cherry picked from commit d16581ef7d)
2023-01-06 14:31:57 +01:00
ADoyleandSimon Hauser 2bf2d10d19 feat: the parameter "map" of attach_mappings can be list of modes to create mapping on multiple modes (#2220)
(cherry picked from commit d541e0d6e0)
2023-01-06 14:30:45 +01:00
Simon HauserandSimon Hauser bce36847e7 fix: always load the up to date picker config on picker open
(cherry picked from commit 97847309cb)
2023-01-06 14:29:29 +01:00
Simon Hauser 8944b48f21 fix: rg invert and files-with-matches res line parsing (#2208)
(cherry picked from commit 9cf465894a)
2023-01-06 14:29:21 +01:00
Gutyina GergőandSimon Hauser 6a67ef38bf feat: allow table as additional args in live grep and grep string (#2139)
(cherry picked from commit 5c7db4055d)
2023-01-06 14:28:55 +01:00
kylo252andSimon Hauser e7efa55b4f perf(builtin): faster list extend for find_files (#2205)
(cherry picked from commit 090b687542)
2023-01-06 14:28:21 +01:00
Tushar KuntawarandSimon Hauser c640176e95 fix: builtin register picker better sorting (#2175)
(cherry picked from commit 2428953db3)
2023-01-06 14:26:07 +01:00
Sam RosenthalandSimon Hauser 0b1c41ad80 docs: update for git_files and live_grep (#2133)
(cherry picked from commit bd9e8a7eac)
2022-09-04 22:01:54 +02:00
Christian ClasonandSimon Hauser 51faca4b53 fix(preview): update buffer previewer to upstream changes (#2150)
https://github.com/neovim/neovim/pull/19931 removed `_get_hl_from_capture(id)` since captures are now implicitly mapped to highlight groups with the same name.
(cherry picked from commit b923665e64)
2022-09-04 22:01:22 +02:00
Bryce MontanoandSimon Hauser 037134ae89 fix: find_files to force color=never (#2130)
Co-authored-by: Bryce Montano <brycesec@amazon.com>
(cherry picked from commit ad32a4c453)
2022-08-13 11:07:31 +02:00
Christoph BlessingandSimon Hauser 7a84733b8f fix: error due to concatenating table to string (#2108)
This commit fixes a bug that lead to an error because we tried to
concatenate a table (`err`) to a string. Now we concatenate
`err.message` (a string) to the string.

(cherry picked from commit 2e05e63cdf)
2022-08-01 18:29:43 +02:00
stevenandSimon Hauser 83c760cbac fix: move the moon behind show_moon option and update documentation (#2072) (#2079)
(cherry picked from commit b5833a682c)
2022-07-22 18:22:45 +02:00
Simon Hauser 01ad16522c fix: Telescope command lsp_definition call (and potentially more) (#2086)
(cherry picked from commit 737f8cd6b5)
2022-07-22 18:22:37 +02:00
Simon HauserandGitHub 5f25375191 chore: remove deprecated functions / messages (#2063) 2022-07-12 13:24:23 +02:00
Simon Hauser a36500c7ee fix: live_grep search_dirs and grep_open_files opts
fix #2048
2022-07-07 19:16:13 +02:00
Simon Hauser f838695459 chore: reformat with stylua 0.14.0 2022-07-07 08:27:46 +02:00
Simon Hauser 8fe2dde656 docs: add missing opts docs for lsp builtins 2022-07-06 20:45:40 +02:00
Simon HauserandGitHub 30f2a367f2 feat(grep_string): invert_match for search="", removing empty lines (#2040) 2022-07-06 20:38:51 +02:00
Simon HauserandGitHub 02cf3e4070 feat: grep_open_files for builtin.grep_string (#2039) 2022-07-06 08:26:22 +02:00
Simon HauserandGitHub 2b1da47deb chore: make to_fuzzy_refine configurable (#2034) 2022-07-03 21:39:24 +02:00
Simon HauserandGitHub 0621c1c6ba break: prefix internal files and add deprecation messages (#2032) 2022-07-01 22:20:12 +02:00
TuriiyaandGitHub bf1a25dbfe feat: search_file option for builtin fd command (#2029) 2022-07-01 22:10:31 +02:00
Simon Hauser 75deb22aa8 fix: crash in tags on enter for no results and random crash in previewer 2022-07-01 19:18:30 +02:00
Simon Hauser 21eea92e72 fix: autocommands regression 2022-07-01 18:58:13 +02:00
Fabian David SchmidtandSimon Hauser ef9137d85c feat: refine with new_table 2022-07-01 18:13:25 +02:00
TJ DeVriesandSimon Hauser 8f56fede21 feat: Add entry_index for entry_makers
cleanup
2022-07-01 16:58:42 +02:00
Simon Hauser 546947d442 fix: spell_suggest if cursor is at last char of word
fix #1977
2022-06-30 14:57:33 +02:00
AntonandSimon Hauser bef86acb6c feat(rg): pass multiple globs to rg by default (#2003) 2022-06-30 14:01:51 +02:00