James Trew
|
ffe35cb433
|
fix(live_grep/grep_string): support non-utf8 patterns (#2570)
|
2023-06-21 21:25:35 +00:00 |
|
Christian Clason
|
d8c5ed4e40
|
feat(ts)!: use upstream treesitter implementation (#2499)
bumps minimum required neovim version to 0.9, see `help telescope.changelog-2499`
|
2023-05-24 10:43:04 +02:00 |
|
Safdar Awan
|
359e9ffc74
|
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
|
2023-04-09 10:07:14 +02:00 |
|
Maksym Klishevych
|
942fe5faef
|
feat(treesitter): symbols & ignore symbols options (#2338)
* feat(treesitter): symbols & ignore symbols options
* renamed the function passed to utils.filter_symbols
---------
Co-authored-by: Maksym Klishevych <max@klishevy.ch>
|
2023-03-22 09:49:55 -04:00 |
|
Simon Hauser
|
a486ac3e8f
|
fix: current_buffer_fuzzy_find highlighter (#2394)
|
2023-02-20 22:43:15 +01:00 |
|
cristiansofronie
|
f40e3e2304
|
feat: support selection for grep_string (#2333)
|
2023-02-19 13:41:28 +01:00 |
|
Simon Hauser
|
443e5a6802
|
fix: current_buffer_fuzzy_find push cursor (#2393)
close #2332
|
2023-02-19 12:24:40 +01:00 |
|
Simon Hauser
|
18fc02b499
|
fix: live_grep additional_args parsing (#2306)
|
2023-01-06 13:23:39 +01:00 |
|
Simon Hauser
|
0a7588252a
|
chore: bump ci to more modern os and nvim versions (#2289)
|
2022-12-28 13:11:00 +01:00 |
|
fcying
|
d16581ef7d
|
fix: misidentification invert and files_with_matches (#2240) (#2262)
|
2022-12-21 08:54:23 +01:00 |
|
Simon Hauser
|
9cf465894a
|
fix: rg invert and files-with-matches res line parsing (#2208)
|
2022-10-25 21:22:17 +02:00 |
|
Gutyina Gergő
|
5c7db4055d
|
feat: allow table as additional args in live grep and grep string (#2139)
|
2022-10-24 08:44:13 +02:00 |
|
kylo252
|
090b687542
|
perf(builtin): faster list extend for find_files (#2205)
|
2022-10-24 08:24:10 +02:00 |
|
Christian Clason
|
b923665e64
|
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.
|
2022-08-27 15:29:36 +02:00 |
|
Bryce Montano
|
ad32a4c453
|
fix: find_files to force color=never (#2130)
Co-authored-by: Bryce Montano <brycesec@amazon.com>
|
2022-08-13 11:03:34 +02:00 |
|
TJ DeVries
|
4725867ec6
|
fix: restore testing framework to actually work (#2070)
after refactor to some new asynchronous items for finders,
the tests stopped actually doing anything.
now they do things again.
|
2022-08-04 16:00:30 -04: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
|
30f2a367f2
|
feat(grep_string): invert_match for search="", removing empty lines (#2040)
|
2022-07-06 20:38:51 +02:00 |
|
Simon Hauser
|
02cf3e4070
|
feat: grep_open_files for builtin.grep_string (#2039)
|
2022-07-06 08:26:22 +02:00 |
|
Simon Hauser
|
2b1da47deb
|
chore: make to_fuzzy_refine configurable (#2034)
|
2022-07-03 21:39:24 +02:00 |
|
Simon Hauser
|
0621c1c6ba
|
break: prefix internal files and add deprecation messages (#2032)
|
2022-07-01 22:20:12 +02:00 |
|