Luke Kershaw
948f5adff2
fix: allow selection_caret to be entirely whitespace ( #1660 )
2022-01-06 13:44:39 +00:00
Luke Kershaw
f285599440
feat: multiselect icon ( #1572 )
...
* feat: add `multi_icon` option to pickers and corresponding highlight
* feat: allow `multi_icon` to be any length
* fix: adjust `selection_caret` highlighting
2022-01-05 22:42:29 +00:00
Julian Fricker
6652d4d555
feat: Full width select ( #1403 )
...
Can be changed back by setting
telescope.setup {
defaults = {
hl_result_eol = false,
}
}
2021-11-04 07:22:09 +01:00
Simon Hauser
0caec3d6e4
Revert "break: changed the results window highlight to always be full width ( #1312 )" ( #1398 )
...
This reverts commit 3b9ac8edba .
2021-10-31 17:02:38 +01:00
Julian Fricker
3b9ac8edba
break: changed the results window highlight to always be full width ( #1312 )
...
Can be changed back by setting
telescope.setup {
defaults = {
hl_result_eol = false,
}
}
2021-10-29 18:57:41 +02:00
TJ DeVries
a97af306c4
feat(performance): Major performance improvements using async v2 from @oberblastmeister ( #987 )
...
* start: Working w/ async jobs
* short circuit to using bad finder if you pass writer.
2021-08-20 11:11:24 -04:00
Simon Hauser
79644ab677
chore: use stylua for formatting ( #1040 )
...
* chore: stylua job and config
* reformat with stylua
2021-07-23 11:42:37 -04:00
Kyoichiro Yamada
2e03f67de9
picker(git_branch): show committer, upstream and date ( #695 )
...
* wip: rich finder for branches
for: https://github.com/nvim-telescope/telescope.nvim/issues/569
* fix some diagnostics
2021-03-29 21:04:25 +03:00
TJ DeVries
c50eaf5c9a
fix: Do not error with clearing namespace on clearing display
2021-03-17 20:04:39 -04:00
TJ DeVries
11674ac021
feat: multi selection. Only integrates with send_selected_to_qflist ( #551 )
...
This will not yet work with select actions. More work is needed in that case.
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
2021-02-27 21:06:04 +01:00
TJ DeVries
8783bea06e
feat: quickfix ( #293 )
...
* feat: quickfix (not implemented)
* [WIP]: Wed 09 Dec 2020 11:11:30 PM EST
* somewhat working linked list impl
* getting closer
* might be working
* might be working for real
* works and implemented basic example
* dont forget to close prompt
* fix descending and add more tests
* test fixes
* fix test
* more logging
* Fix some more tests
* Fix logging messing up tests
* fix: lint
* fix: multi select stuffs
2021-01-11 13:29:37 -05:00
TJ DeVries
2aa8bcb878
feat: Add better highlighting and new CI abilities ( #355 )
...
* Revert "Revert "fix: Better highlights (#344 )" (#350 )"
This reverts commit 7950fc8ba0 .
* better highlights take 2
* fixup
* install fd find for sameness
* add some debug output
* more deterministic
* better ci
2020-12-21 16:03:48 -05:00
Senghan Bright
7950fc8ba0
Revert "fix: Better highlights ( #344 )" ( #350 )
...
This reverts commit eca83f214a .
2020-12-18 23:44:58 +01:00
TJ DeVries
eca83f214a
fix: Better highlights ( #344 )
...
* scratch: easy reproduce for buffers
* fix: Many highlight fixes
2020-12-18 23:42:51 +01:00