| Age | Commit message (Collapse) | Author |
|
* Make `file` mime type detection for Windows users opt-in, as it caused issues when they had it
|
|
Can be changed back by setting
telescope.setup {
defaults = {
hl_result_eol = false,
}
}
|
|
|
|
|
|
(#1312)" (#1398)
This reverts commit 3b9ac8edba8c1b4053c7f6ac8a4e78969cec66dd.
|
|
|
|
Can be changed back by setting
telescope.setup {
defaults = {
hl_result_eol = false,
}
}
|
|
|
|
regression from
6f829bf6bc333809dd97e532dbc88a7fcf297b02
https://github.com/nvim-telescope/telescope.nvim/pull/1122
|
|
- requires nvim-lua/plenary.nvim#260
|
|
|
|
|
|
Files opened by LSPs are listed with a trailing `line 0` instead of a date like files opened by the user.
Use this behavior to filter out buffers that should not be displayed in oldfiles.
|
|
|
|
|
|
|
|
* WIP: recalculate picker layout on `VimResized`
* refactor: `popup.resize` -> `popup.move`
* fix: scroll to the correct place after resize
* fix: update positioning in results buffer
* fix: completely redraw results buffer on resize
* fix: handle preview enable/disable
* fix: work with scrolling
* docs: add plan for `toggle_padding`
* refactor: factor out creation of picker windows
* refactor: pass highlights directly to popup_create
* refactor: remove lines update and factor out scroll repositioning
Co-authored-by: Github Actions <actions@github>
|
|
the universal-ctags generates tag file in Unix path separator
even on Windows platform, this PR fix this.
|
|
only affects 0.5.1
|
|
* enable `symbols` filtering opt for builtin.dynamic_workspace_symbols
|
|
|
|
* feat: add `gg` and `G` to default mappings
* refactor: use action_state.get_current_picker
* docs: mention new default gg/G keymaps
|
|
|
|
* Alias cwd_only and only_cwd option for builtins
Fixes #1199
Closes #1275
|
|
It doesnt make sense to count these. Most likely they were never shown.
Example: `man_pages` excludes pages from different sections. So you
filter for man pages and end up with like 5 entries and the counter
still says 1000. Not a good experience.
|
|
Support different binary names when checking if fd is installed.
|
|
|
|
|
|
* some scrollin
* [WIP]: Fri 10 Sep 2021 02:24:20 PM EDT
* ok, I think scrolling works
* change to 1000 for now, dont need to scroll that far :)
|
|
|
|
|
|
|
|
* feat: allow `prompt_position` for `vertical` layout strategy
* feat: allow `prompt_position` for `bottom_pane` layout strategy
* stylua
* [docgen] Update doc/telescope.txt
skip-checks: true
* refactor: switch to `string.format`
* stylua
* feat: allow `prompt_position` for `center` layout strategy
* feat: handle user defined `prompt_position` within themes
* [docgen] Update doc/telescope.txt
skip-checks: true
* fix: tweak `center` layout
- ensure `prompt` title is visible when `prompt_position="bottom"`
* fix: refactor `center` tweak
- move title to bottom of picker when `prompt_position="bottom"`
* fix: tweak `bottom_pane` layout
* stylua
Co-authored-by: Github Actions <actions@github>
|
|
* Adjust which key float positioning for recent plenary and telescope theme changes
|
|
* fix: always show error message when nothing is selected
This continues the fixes done in 4816a27d7680feed293d21a945c476947af20d29 (ref #1283)
* Use correct variable name (selection) and add one more nil check
* Fix indentation
|
|
|
|
* feat: add highlight group: TelescopePreviewMessage
* fix indentation from 4 to 2 spaces
|
|
|
|
|
|
|
|
|
|
followup to https://github.com/nvim-telescope/telescope.nvim/pull/1254
and implementation of
https://github.com/nvim-telescope/telescope.nvim/pull/1254#issuecomment-922527270
|
|
|
|
|
|
|
|
file_ignore_patterns (#1243)
|
|
* wip: 2021-07-22 15:00 BST
* wip: `horizontal` refactored
* wip: `center` refactored
* wip: `cursor` and `vertical` refactored
* wip: `current_buffer` refactor
- also changed `layout_config_defaults` as they gave errors when using `current_buffer`
* wip: `bottom_pane` refactor
* [docgen] Update doc/telescope.txt
skip-checks: true
* fix: put accidentally remove config option back
* [docgen] Update doc/telescope.txt
skip-checks: true
* wip: standardise `height` calculation for `center` and `bottom_pane`
* wip: improve comments
* [docgen] Update doc/telescope.txt
skip-checks: true
* stylua
- also fix a merge mistake
* [docgen] Update doc/telescope.txt
skip-checks: true
* fix: attempt to fix bad merge
* refactor: remove unused entry in `borderchars` table
- also fix some typos
* wip: tweak padding for `bottom_pane`
* wip: add `tabline` checks to `bottom_pane`
- also tweaked position so that `statusline` is not covered when borders are enabled
* stylua
* refactor: factor out size capping function
* [docgen] Update doc/telescope.txt
skip-checks: true
* fix: adjust tests that relied on height being number of results
* fix: forgot variable in calc_size_and_spacing
* fix: maybe this fixes these tests?
* test: try other plenary branch for ci
* test: switch back to main plenary branch for ci
* fix: actually define `max_results` in the test
* fix: final tweaks for edge cases
Co-authored-by: Github Actions <actions@github>
|
|
After changes on &rtp in neovim/neovim it's neccessary to use
`nvim_get_runtime_file` to actually find all the runtime files.
|
|
|
|
|