| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-22 | feat: lua autocmd (#1707) | Dave Lage | |
| 2022-04-22 | fix: fix keep insert when going from telescope window to telescope window ↵ | kylo252 | |
| (#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-04-22 | break: bump minimum required neovim version to 0.7 (#1851) | Simon Hauser | |
| 2022-04-22 | feat: show assigned function in actions.which_key (#1871) | fdschmidt93 | |
| 2022-04-20 | fix: extra finder loop on refresh w/ reset prompt (#1860) | fdschmidt93 | |
| 2022-04-18 | feat: add default hl group for devicons (#1849) | Antoine Bertin | |
| 2022-04-18 | feat: added trim option to make_entry.gen_from_quickfix (#1838) | rowario | |
| 2022-04-18 | docs: add module prefix (#1847) | Simon Hauser | |
| 2022-04-17 | fix: error if telescope is being opened from command-line window | Simon Hauser | |
| This is impossible see `:help E11` Close #1810 | |||
| 2022-04-17 | fix: displayer when tabs are used and ts is != 1 (#1845) | Simon Hauser | |
| 2022-04-17 | docs: document more actions and add introduction to actions (#1829) | Simon Hauser | |
| 2022-04-10 | fix(builtin.colorscheme): also restore &background (#1835) | wongxy | |
| 2022-04-09 | feat(lsp_references): include current line option | Simon Hauser | |
| close: #1821 | |||
| 2022-04-08 | fix: save position into jumplist before 'edit' action (#1234) | Joshua Cao | |
| currently enabled for some builtins. You can manually enable it by adding `push_cursor_on_edit = true` to the builtin options. But feel free to open a PR if you find a builtin that needs this option enabled. | |||
| 2022-04-08 | feat: global configuration of results_title and prompt_title (#1817) | Michael Benford | |
| 2022-04-03 | chore: reformat with stylua 0.13 | Simon Hauser | |
| 2022-03-31 | fix: action replace/enhance if the replaced/enhanced action as combined (#1814) | Simon Hauser | |
| 2022-03-30 | fix (treesitter): kind column | Simon Hauser | |
| fix #1811 | |||
| 2022-03-30 | fix: typo for notify log level (#1813) | Dhruv Manilawala | |
| 2022-03-30 | fix: add `%s` to notify message of git checkout action (#1812) | Dhruv Manilawala | |
| 2022-03-26 | fix (tags|btags): escape all special characters (#1806) | ibhagwan | |
| 2022-03-26 | chore: fix lint errors from latest ci run | Simon Hauser | |
| 2022-03-24 | fix: typo in a LSP error message (#1805) | Mathijs Bakker | |
| 2022-03-20 | feat: enable individual options for mappings (#890) | Waldson Patrício | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-20 | doc: help for select_{default,tab,vertical,horizontal} (#1801) | Jonathan Birk | |
| 2022-03-20 | docs: fix typo in defaults.history section (#1797) | Suvansh Kumar | |
| 2022-03-20 | docs: fix typo in builtin.pickers section (#1792) | Dylan Byars | |
| 2022-03-20 | fix: default `layout_config` to `{}` on `cycle_layout` actions (#1796) | Luke Kershaw | |
| 2022-03-13 | hotfix: scrolling should work correctly again | Simon Hauser | |
| 2022-03-13 | fix: selection strategy madness if its not set to `reset` (#1559) | Simon Hauser | |
| * fix: selection strategy madness when its not row * fix: selection_strategy row | |||
| 2022-03-13 | fix: action mt again (#1487) | Simon Hauser | |
| actions should be concatinable again | |||
| 2022-03-13 | feat: improve UX with vim.notify (#1763) | tami5 | |
| * fix(notify): don't report request on new line * ref(notify): update message format * ref(msgs): always quote values + decrease duplication * fix(ci): undefined variables * ref(actions): temporary silent actions.__index errors * cleanup * revert: panic effort, we continue to use error for those Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-13 | chore: delete unused functions (#1788) | Simon Hauser | |
| * chore: delete unused functions * chore: remove unused file No one needs this WIP file as well. We already have all these pickers implemented in a better way | |||
| 2022-03-12 | feat(diagnostics): additional filter options (#1610) | Sean Mackesey | |
| - root_dir. Useful to browse only project-scoped diagnostics. - buflisted status. Useful to exclude diagnostics from unlisted buffers, which are created by language servers that analyze the entire project/workspace (e.g. sumneko-lua). | |||
| 2022-03-12 | fix(find_files): follow with unix `find` command (#1787) | i3Cheese | |
| 2022-03-11 | fix: disable signcolumn in telescope windows (#1781) | Simon Hauser | |
| 2022-03-11 | feat(lsp): ignore_symbols option (#1745) | tami5 | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-11 | fix: allow Number type should be allowed for option keys (#1782) | Fabio Manganiello | |
| * Number type should be allowed for option keys Some extension (e.g. `dap`) use integer numbers for their selector options instead of strings. Before this commit, the interface for these plugins breaks when using `ui-select` with a stack trace like the following: Error detected while processing function StartDebugger: line 33: E5108: Error executing lua .../telescope.nvim/lua/telescope/pickers.lua:1359: Should be string, found: number stack traceback: [C]: in function 'assert' .../.vim/bundle/telescope.nvim/lua/telescope/pickers.lua:1359: in function 'new' ...e-ui-select.nvim/lua/telescope/_extensions/ui-select.lua:22: in function 'pick_one' .../nvim-dap/lua/dap/ui.lua:32: in function 'pick_if_many' .../nvim-dap/lua/dap.lua:225: in function 'select_config_and_run' .../nvim-dap/lua/dap.lua:551: in function 'continue' [string ":lua"]:1: in main chunk * style Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-11 | feat(lsp_references): expose include_declaration option (default still true) ↵ | tami5 | |
| (#1449) | |||
| 2022-03-11 | fix(grep): make filename parser non-greedy (#1785) | Tom | |
| To protect against content variation including colon / number combinations | |||
| 2022-03-10 | fix: error on toggling selection with empty picker (#1786) | Tor Bratsberg | |
| 2022-03-10 | refactor: remove redundant state in preview (#1761) | Laura | |
| 2022-03-10 | fix(*grep): escape dot when not using regex (#1784) | Slotos | |
| 2022-03-10 | fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764) | Simon Hauser | |
| - introducing putils writer and use it rather than using PAGER env var - introducing env for lua/telescope/_.lua job interface - to respect MANPATH (and PATH just in case) - fix for apropos output parsing might return e.g. `alacritty, Alacritty` We need to split on first `,` | |||
| 2022-03-08 | fix: treesitter picker with lua (defintions) (#1779) | Simon Hauser | |
| 2022-03-06 | fix: skip path escaping when adding items to quickfix list (#1712) | Daniel Imfeld | |
| 2022-03-04 | docs: fix typo 'seperator' in documentation (#1767) | Vivianne | |
| 2022-03-02 | Change center layout strategy to allow vertical anchoring (#1719) | Alef Pereira | |
| * Change center layout strategy to allow vertical anchoring Affects `telescope.pickers.layout_strategies.center` that is used by dropdown (`telescope.themes.get_dropdown()`) theme, allowing more customization for dropdown theme, i. e. setting it in the top with mirrored preview. For `anchor` containing `N` or `S` will ignore `mirror` config and preview will be placed as follows: - Anchoring for `N` put the preview below the prompt result block. - Anchoring for `S` put the preview above the prompt result block. - For horizontal anchoring preview will be placed according to `mirror`. * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Github Actions <actions@github> | |||
| 2022-02-23 | fix builtin.autocommands throwing error (#1758) | Vedant Neema | |
| 2022-02-15 | feat: allow user to wrap picker results (#701, #1296) (#1735) | Sultanahamer | |
