Commit Graph
19 Commits
Author SHA1 Message Date
cristiansofronieandSimon Hauser a52167fe41 fix(files.current_buffer_fuzzy_find): fix nil indexing on enter if nothing is selected (#2678)
(cherry picked from commit 2c1ed33a6f)
2023-09-05 16:09:05 +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
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
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
Simon Hauser 6ece9c462a fix: live_grep additional_args parsing (#2306)
(cherry picked from commit 18fc02b499)
2023-01-06 14:35:51 +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
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
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
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
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 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