summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-10docs: correct link to CONTRIBUTING.md (#632)Khue Nguyen
2021-03-09feat: add completion to pre-filtering (#626)fdschmidt93
Works by pressing `<C-l>` in insert mode. Supported are all builtins that have prefiltering. Means: - lsp_workspace_symbols - lsp_workspace_diagnostics - lsp_document_symbols - lsp_document_diagnostics
2021-03-09feat: lsp definitions (#631)oberblastmeister
* added lsp definitoins * don't call locations_to_items when there is one Co-authored-by: Jae-Won Chung <jaywonchung@snu.ac.kr> * added missing end * added description * added to feature map * Update lua/telescope/builtin/lsp.lua Co-authored-by: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> * Update lua/telescope/builtin/lsp.lua Co-authored-by: Jae-Won Chung <jaywonchung@snu.ac.kr> Co-authored-by: Jae-Won Chung <jaywonchung@snu.ac.kr> Co-authored-by: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com>
2021-03-07fix: `error using dictionary as a string` when running send_to_qflist (#622)oberblastmeister
2021-03-07fix: only expand if we are not in_fast_event()Simon Hauser
2021-03-05feat: define scroll speed + smart_send to qflist (#610)elianiva
* smart send to qflist * Previewer scrolling for half window height * Start doing cleanup in readme * feat: add ability to define the scrolling speed * move scrolling action to action.set * docs: added more docs for actions * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> Co-authored-by: Github Actions <actions@github>
2021-03-04fix: error from unset LspDiagnosticSign & introduce opts.no_sign to ↵fdschmidt93
lsp_*_diagnostics (#607)
2021-03-04feat: add hidden opt to file_browser (#608)Tom
:Telescope file_browser hidden=true
2021-03-04feat: workspace diagnostics, jump to and improved styling (#599)fdschmidt93
Changes: `Telescope lsp_diagnostics` is now `Telescope lsp_document_diagnostics` New: `Telescope lsp_workspace_diagnostics` Co-authored-by: Fabian David Schmidt <fabian.david.schmidt@hotmail.com> Co-authored-by: elianiva <dicha.arkana03@gmail.com>
2021-03-04fix: add loading guard (#602)Dmitry
2021-03-03feat: lsp diagnostics and prefiltering by entry attribute (#543)fdschmidt93
prefiltering for lsp_document_symbols and lsp_workspace_symbols. example: type `:var:` to show all vars
2021-03-03fix: Keep remaps safe between reloadsTJ DeVries
2021-03-03docs: start documenting previewers (#574)Simon Hauser
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
2021-03-03[docgen] Update doc/telescope.txtGithub Actions
skip-checks: true
2021-03-03fix: remove gotos because this breaks lua 5.1 (#583)TJ DeVries
2021-03-03fix: subcommand completion for each extension (#597)tamago324
2021-03-03docs: show a short way to list all builtin pickerselianiva
ref: #588
2021-03-02feat: add expand_dir opts for git_status (#591)elianiva
* feat: add expand_dir opts for git_status * make -u as the default
2021-03-02fix: make sure devicons are loaded (#590)Simon Hauser
2021-03-02Enhance Telescope command (#588)Raphael
* Enhance Telescope command close #581 * bug fix
2021-03-01refactor: move transform_devicons and get_devicons to utils (#580)ndavid
So extension developers can access them
2021-03-01feat: better display for git_branches (#586)Simon Hauser
2021-03-01feat: delete mappings for git_branches (#578)ThePrimeagen
2021-03-01Fix formatting in README to show keybinding (#577)Thorsten Ball
2021-02-28docs: add space before + and }elianiva
I am sorry, my OCD can't stand this :DDD
2021-02-28feat: layout horizontal and vertical can now be mirrored (#548)Ben Smith
See documentation for more info
2021-02-28fix: entry_prefix if selection_caret > entry_prefix (#572)Simon Hauser
2021-02-28feat: add ability to multiselect in reverse direction (#573)Volodymyr Kot
Use Shift+Tab
2021-02-27feat: multi selection. Only integrates with send_selected_to_qflist (#551)TJ DeVries
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-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
Attention: prompt_prefix will no longer add a space at the end. So if you still want a space at the end make sure your configuration has one. The default should not be changed. So if you haven't copied prompt_prefix in your config this doesn't affect you. Feat: - prompt prefix does no longer always end with space - selection_caret configurable. Default: `> ` - result_prefix configurable. Default: ` ` - more actions for git_branches - <c-t> does track the branch - <c-r> does rebase branch - also added delete branch action but not configured. See readme on how to do that Fixes: - fix docgen ci - Better error for lsp_workspace_symbols - better formatting for CONTRIBUTING.md - move from systemlist to plenary.job - git branch now supports checkout on remote branches
2021-02-27fix: goto_file_selection performance issues, do not reload buffer if it is ↵oberblastmeister
already loaded (#541)
2021-02-27feat: allow git_* to use vim pwd over git root (#563)Tom
with opt use_git_root = false Examples: - Telescope git_files use_git_root=false - Telescope git_commits use_git_root=false - Telescope git_status use_git_root=false
2021-02-26fix: proper multibytes chars alignment (#560)elianiva
I am 100% did not spoil anything, I swear
2021-02-26fix: change git previewers from using -P to --no-pager for better ↵Jae-Won Chung
compatibility (#558)
2021-02-25docs: update outdated gif + more demo (#546)elianiva
* docs: update outdated gif * add link that points to telescope wiki
2021-02-24feat: Add vim docs & generators (#370)TJ DeVries
* feat: Add vim docs & generators * example of what we could start to do * Docgen CI job * wip * incremental updates. soon good validation * [Actions] Generate Documentation skip-checks: true * pretty cool now * [Actions] Generate Documentation skip-checks: true * make sure telescope is loaded first * Add updates. Maybe this will not delete now? * Add defaults tags as well * :smile: Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> Co-authored-by: Github Actions <actions@github>
2021-02-24fix: scroll misbehaving + fixed jump to middle (#547)elianiva
* fix: scroll misbehaving + fixed jump to middle * add test * fixx * fix nil
2021-02-24feat: make buffer previewer default and deprecate bat previewer (#420)Simon Hauser
To revert back to bat previewers put this into your config: file_previewer = require'telescope.previewers'.cat.new, grep_previewer = require'telescope.previewers'.vimgrep.new, qflist_previewer = require'telescope.previewers'.qflist.new,
2021-02-24feat: adds M mapping in normal mode (#544)Hubert Pelczarski
2021-02-24feat: advanced normal mode (#463)Simon Hauser
Add <count>j and k to normal mode and H and L to jump at top and bottom of displayed results
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
and more picker api stuff for sunjon. refresh is implemented for file_browser and git_status
2021-02-23fix: typo from last commit (#542)bi0ha2ard
Please blame conni for that one
2021-02-23readme: update extensions section. Link to wiki for community extensions (#539)bi0ha2ard
2021-02-22feat: Action improvements (#472)TJ DeVries
* 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-12feat: add 'follow' opt to find_files (#530)Asbjørn Håland
This will add possibility to follow symlinks
2021-02-12feat: buffer previewers ls is now colorized (#505)Simon Hauser
Requires up to date plenary version
2021-02-12fix: git_commits when a commit has no message (#529)Danilo Luvizotto
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-09hotfix: displayer showing now items on windows (#515)JINNOUCHI Yasushi
No longer use ffi for strdisplaywidth and utf_ptr2len on windows. That might lead to wrong truncations on windows but its better than nothing.
2021-02-08feat: show all sections in man_pages (#512)JINNOUCHI Yasushi
:Telescope sections=ALL