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 |
|