anott03
|
5995a8be8f
|
Undo #465 (#469)
We have broke all extension that do some sort of goto_file_selection:replace
Problem described here: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767831897
Possible solution: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767808213
|
2021-01-27 17:22:11 +01:00 |
|
anott03
|
ccbb7f5638
|
fix: move to actions.select as default action (#465)
|
2021-01-25 19:20:01 +01:00 |
|
tami5
|
a81f316712
|
grep_string/live_grep support multiple dirs (#448)
+ overwriting vimgrep_argumnets
|
2021-01-20 15:50:13 +03:00 |
|
Simon Hauser
|
5701255097
|
fix #426 (#427)
|
2021-01-12 22:26:12 +01:00 |
|
Simon Hauser
|
6461b07454
|
fix #385 (#422)
|
2021-01-12 17:20:02 +01:00 |
|
Simon Hauser
|
313ce9d0b6
|
fix: live_grep will now accept cwd (#390)
|
2021-01-04 22:01:03 +01:00 |
|
elianiva
|
88ebcaab10
|
fix: escape chars instead of resetting the prompt (#379)
|
2021-01-03 15:07:37 +01:00 |
|
elianiva
|
c3806f46b9
|
fix: live_grep throws an error if you insert \ (#378)
|
2021-01-03 11:59:16 +01:00 |
|
Simon Hauser
|
a0b37473a9
|
fix: tags now work with hasktags (#375)
|
2020-12-31 16:17:09 +01:00 |
|
tamago324
|
e555cd375f
|
feat: all entry_makers are now overridable and icons for builtin.buffers (#364)
|
2020-12-27 17:15:52 +01:00 |
|
Julian Berman
|
20fffc7c25
|
Feat: Add hidden to find_files (#340)
|
2020-12-26 18:48:49 +01:00 |
|
Anirudh Haritas Murali
|
b5ff9de13d
|
feat: add search_dirs opt to builtin.find_files to search from multiple dirs (#237)
|
2020-12-17 00:01:49 +03:00 |
|
Simon Hauser
|
141dc6d55e
|
ci: Add luacheck ci job (#317)
* Add luacheck ci job
* Fix most of the linting issues
* fixup: lint
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
|
2020-12-09 15:46:41 -05:00 |
|
Simon Hauser
|
c276db06e2
|
Feat: Opt in vim buffers for previewers (#298)
Enable with:
require('telescope').setup {
defaults = {
file_previewer = previewers.vim_buffer_cat.new,
grep_previewer = previewers.vim_buffer_vimgrep.new,
qflist_previewer = previewers.vim_buffer_qflist.new,
}
}
|
2020-12-09 16:58:22 +01:00 |
|
Simon Hauser
|
4a8ea7763e
|
Refactor builtin (#287)
|
2020-11-26 08:16:58 +01:00 |
|