August Masquelier
d0cf646f65
feat: current buffer fuzzy find improvements ( #694 )
...
If you don't want to have a previewer disable it with `:Telescope current_buffer_fuzzy_find previewer=false`
To ignore empty lines do: `:Telescope current_buffer_fuzzy_find skip_empty_lines=true`
2021-04-04 13:04:06 +02:00
Jesse Leite
2c4efc2f8a
fix: better relative path output in live_grep and grep_string ( #683 )
2021-03-31 09:47:21 +02: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
Jesse Leite
a7fa60411e
Fix prompt titles. Closes #OCD. ( #675 )
2021-03-21 12:44:08 +07:00
Tom
e7f724b437
feat: add hidden opt to file_browser ( #608 )
...
:Telescope file_browser hidden=true
2021-03-04 20:40:35 +01:00
Simon Hauser
4dd35ef0e1
feat: file browser & refresh interface ( #290 )
...
and more picker api stuff for sunjon. refresh is implemented for file_browser and git_status
2021-02-23 22:10:19 +01:00
TJ DeVries
d7c02e3b52
feat: Action improvements ( #472 )
...
* feat: replace_map
* feat: Add action_set and action_state
* fix: Move all actions.get_ to action_state.get_
* fix: replace all internal references of _goto_file_selection_edit
* feat: add some docs
* fix: lint
* feat: actions.select
* remove mentions and usage of goto_file_selection APIs
* feat: special case attach_mappings to be overridable and defaultable
* Having goto_file_selection mappings will cause a error
as well as replacing deprecated goto_file_selection methodes
For config and replacing use this instead:
- actions.select_default
- actions.select_horizonal
- actions.select_vertical
- actions.select_tab
Only replacing:
- actions.set.edit -- for replacing all select functions
* adds actions.state.select_key_to_edit_key
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
2021-02-22 11:30:57 -05:00
Asbjørn Håland
1c5e42a6a5
feat: add 'follow' opt to find_files ( #530 )
...
This will add possibility to follow symlinks
2021-02-12 22:31:27 +01:00
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