summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-20feat(performance): Major performance improvements using async v2 from ↵TJ DeVries
@oberblastmeister (#987) * start: Working w/ async jobs * short circuit to using bad finder if you pass writer.
2021-08-19fix(command parser): evaluate valid lua expressions (#1128)Luke Kershaw
2021-08-19Allow range parameters on command parser (#1123)Jan Steinke
2021-08-19fix(command parser): discard invalid lua expressions (#1124)Luke Kershaw
2021-08-18feat: allow tables in vimscript command parser (#1075)Luke Kershaw
2021-08-13chore: remove obsolete git opts from minimal.luaChristian Clason
...now that @Conni2461 did some spring cleaning on plenary ;)
2021-08-13fix: broken LSP reference in README.md (#1113)A. Schueler
Fix the reference to neovim LSP pickers by correcting the linked heading name.
2021-08-13chore: speed up bootstrap for minimal.luaChristian Clason
* use `git://` protocol * omit `--no-single-branch` (since plenary contains stale branches with large objects)
2021-08-13chore: convert bug issue template to form (#1110)Christian Clason
Replace Markdown template with Github form and add more robust minimal `init.lua`. Also add a link to Gitter for support questions.
2021-08-12chore: separate commit date & time in git_branches (#1111)James Trew
2021-08-11docs: update README.md (#1099)you-n-g
2021-08-11fix: builtin `list_or_jump` now handles non list replies from the server (#1101)Marten Trip
fix for servers such as zls and clojure_lsp
2021-08-11docs: add missing `disable_devicons` option (#1089)Henrique Borges
2021-08-11feat: api for clearing completion cb in userspace (#1097)fdschmidt93
2021-08-11doc: Update information about popup.nvim (#1103)TJ DeVries
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
2021-08-11feat: Move to plenary.popup (#1102)TJ DeVries
2021-08-09fix: picker config (#1094)Simon Hauser
2021-08-06fixup: styluaTJ DeVries
2021-08-06fix: Do not transform URIsTJ DeVries
2021-08-04chore: reformat docs after tree-sitter-lua changesSimon Hauser
2021-08-04feat: add option jump_type to lsp_definitions and lsp_implementations (#1077)zeertzjq
2021-08-04fix: preview the correct man page section (#1076)zeertzjq
2021-08-04fix: escape newlines in code action title (#1012)Dhruv Manilawala
2021-08-04feat: live_grep and grep_string function for additional opts (allow file ↵Nazeeh ElDirghami
mask) (#1017)
2021-08-04fix(entry_to_qf): handle nil entry.cwd and absolute filenames (#1058)bi0ha2ard
2021-08-03fix: fix `file_browser` on windows and potentially other file opens (#1026)Luke Kershaw
2021-08-03fix: git_bcommit use absolute path for current file (#1059)Joshua Cao
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-29feat: add no_ignore option to find_files (#1010)Lee Marlow
Allow find_files to find files ignored by .gitignore and other ignore files. This is supported by fd, rg, and fdfind.
2021-07-28Add link to cursor relative list pull requestDave Lage
Has good examples on what it looks like and does.
2021-07-25refactor: remove unused parameter (#1044)elianiva
2021-07-23fix: make path for send to qflist correct (#1037)Sebastian Lyng Johansen
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-07-20fix: unknown filetype error message (#1034)Simon Hauser
2021-07-20fix: check if tabline is present when calculating certain layouts (#1027)Luke Kershaw
* fix: check if tabline is present when calculating certain layouts - also tweaks height calculation for `center` strategy * refactor: remove `center` strategy tweak - will reimplement something similar in another PR for a few of the strategies * fix: check if `preview.line` is `nil` * refactor: factor out `tbln` calculation and `max_lines` adjustment - also tweaked `vertical` calculations so that no `nil` check is required
2021-07-19feat: sort_mru for builtin buffers (#1028)Simon Hauser
:help builtin.buffers
2021-07-18feat: check type of `path_display` and warn user if wrong (#1023)Luke Kershaw
2021-07-18Set a filetype for the results buffer (#1019)Rasmus Bergström
**Why** is the change needed? So that it can be targeted with specific settings. These could include disabling plugins for the buffer (as in #840) or disabling folding (as per #991). **How** is the need addressed? - Add a filetype to the buffer after it has been created. Closes #991
2021-07-18fix for #847 (#1022)Ben Smith
2021-07-18Mirror option for bottom_pane layout_strategy (#847)Ben Smith
* functional mirror opt for bottom_pane strategy * [docgen] Update doc/telescope.txt skip-checks: true * forgot 'end' to close function * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Github Actions <actions@github>
2021-07-17fix: prevent error if preview scroll is triggered but no preview is ↵Abe Nonym
available (#994)
2021-07-17feat: add ^ and $ to characters handled by regex escape (#1007)Daniel Imfeld
2021-07-17fix: correct the prompt title (#1013)wongxy
2021-07-17fix typos in readme (#1009)Dilan Baron
2021-07-16fix: error from hopping faster than preview (#1006)fdschmidt93
2021-07-16feat: add cursor layout (#878)Corentin Brunel
* Add basic implementation of "cursor" layout strategy * Update cursor layout strategy to properly follow cursor * feat(cursor_layout): handle previewer * Refactor cursor layout code * Add cursor theme * Update readme * Improve cursor theme and layout documentation * [docgen] Update doc/telescope.txt skip-checks: true * Remove trailing whitespace * Fix issues related with neovim and plugin api changes * [docgen] Update doc/telescope.txt skip-checks: true * Allow preview width to be configured * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Github Actions <actions@github> Co-authored-by: cbrunel <cbrunel@sogescom.local>
2021-07-16feat: enable to preview themes (#980)wongxy
2021-07-16feat: Add length option for `shorten_path` (#886)Luke Kershaw
* feat: add `shorten_len` option for path shortening - adds option to configure the length of shortened parts of filenames - only affects paths when "shorten" is in `path_display` * chore: revert rebase for `path.lua` to 876bed9 * refactor: replace `shorten_len` with the `shorten` key in `path_display` - also deprecates `utils.path_shorten` and passes straight to `plenary`s `Path:shorten` * feat: allow `path_display` to handle table keys, as well as strings
2021-07-16feat: Add ability to have a user defined function to format the path display ↵Nazeeh ElDirghami
(#1000)
2021-07-14feat: add `search_dirs` to split_keywords table (#986)Jonathan Teran
This allows the command parser to correctly split `search_dirs` into a table. Should solve nvim-telescope/telescope.nvim#985