| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-03 | chore: make to_fuzzy_refine configurable (#2034) | Simon Hauser | |
| 2022-07-01 | break: prefix internal files and add deprecation messages (#2032) | Simon Hauser | |
| 2022-07-01 | feat: search_file option for builtin fd command (#2029) | Turiiya | |
| 2022-07-01 | fix: crash in tags on enter for no results and random crash in previewer | Simon Hauser | |
| 2022-07-01 | fix: autocommands regression | Simon Hauser | |
| 2022-07-01 | feat: refine with new_table | Fabian David Schmidt | |
| 2022-07-01 | feat: Add entry_index for entry_makers | TJ DeVries | |
| cleanup | |||
| 2022-06-30 | fix: spell_suggest if cursor is at last char of word | Simon Hauser | |
| fix #1977 | |||
| 2022-06-30 | feat(rg): pass multiple globs to rg by default (#2003) | Anton | |
| 2022-06-30 | feat(builtin.lsp): implement builtin handlers for ↵ | Manuel | |
| lsp.(incoming|outgoing)_calls (#1484) Fixes #863 | |||
| 2022-06-30 | docs: clarify docs around `search_dirs` and `map_entries` | Simon Hauser | |
| 2022-06-30 | feat: `find_command` can be a function (#2000) | Simon Hauser | |
| 2022-06-30 | chore: cleanup autocmd builtin (#1947) | Simon Hauser | |
| 2022-06-30 | refactor: make_entry more consistent (#1410) | Yorick Peterse | |
| drops `ignore_filename`, use `path_display= { "hidden" }` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-06-30 | feat: add `--follow` to bcommits (#1997) | Brian Di Palma | |
| Yes the diff to parent preview will be blank but at the very least a user can follow a file around various moves and get access to the SHA-ID for the move. | |||
| 2022-06-30 | feat: add option `use_default_opts` to `builtin.builtin` (#1996) | Bjarki Baldursson Harksen | |
| 2022-06-30 | feat(tags): process tagfiles on the fly (#1989) | Antoine | |
| 2022-06-30 | feat: no-ignore-parent shorthand option for find_files. (#1963) | Jeremy Neal | |
| 2022-06-30 | fix(resume): previewer if toggled (#1957) | Simon Hauser | |
| 2022-06-30 | break: deprecate utils.get_default utils.if_nil (#1545) | Simon Hauser | |
| 2022-06-30 | chore: cleanup vim options (#1946) | Simon Hauser | |
| 2022-06-30 | break(git_files): change show_untracked default to false (#842) | Ben Smith | |
| 2022-06-30 | fix: grep_string crashes when string has newline (#2026) | Reed Koser | |
| Fixes the crash below by sanitizing the title to not include the linebreak (replacing it by a "\n" string) stack traceback: [C]: in function 'nvim_buf_set_lines' .../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:222: in function '__align_calc_config' .../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:266: in function 'new' ...are/nvim/plugged/plenary.nvim/lua/plenary/popup/init.lua:384: in function 'create' ...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:326: in function '_create_window' ...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:399: in function 'find' ...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:151: in function 'v' ...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:475: in function 'v' ...im/plugged/telescope.nvim/lua/telescope/builtin/init.lua:487: in function 'grep_string' Fixes #2023 | |||
| 2022-06-18 | fix: error caused by the invalid options in create_autocmd for vimdiff (#2013) | Rocky Zhang | |
| 2022-06-12 | doc: use correct option name for 'only_sort_text' (#1995) | Jose Veiga | |
| 2022-06-02 | fix: pass user opts to planets picker (#1983) | Anton | |
| 2022-05-29 | fix(builtin.commands): action error caused by remapping : (#1972) | iwataka | |
| 2022-05-18 | docs: reflect behavior of diagnostics bufnr nil (#1879) | matt rice | |
| 2022-05-18 | fix: set tagstack when we jump with lsp in telescope (#1887) | dagle | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-05-15 | fix: get mark list from opts.bufnr instead of using :marks (#1935) | pjmtdw | |
| Should fix marks when going through builtin.builtin | |||
| 2022-05-04 | fix(builtin.tags): custom filename width (#1842) | Michael Maves | |
| 2022-05-04 | feat(live_grep): add glob and type filter shorthand opts (#1695) | kylo252 | |
| 2022-05-04 | feat: quickfixhistory picker (#1878) | fdschmidt93 | |
| 2022-04-30 | chore: adapt to resolved_capabilities deprecation (#1902) | Christian Clason | |
| Neovim deprecated `resolved_capabilities` in https://github.com/neovim/neovim/pull/17814 Replace with `server_capabilities` and adapted feature table, which is backwards compatible with 0.7. | |||
| 2022-04-30 | feat: support for builtin.commands to show buffer commands (#1889) | milanglacier | |
| 2022-04-30 | fix: man_pages respect nosplitright for <c-v> | Simon Hauser | |
| followup to bf16fe620fa8290eb4c575caec0101b6e1dc5dcd | |||
| 2022-04-30 | fix: help_tags respect nosplitright for <c-v> | Simon Hauser | |
| fix #1897 | |||
| 2022-04-25 | break: remove lsp code actions (#1866) | Simon Hauser | |
| see :help telescope.changelog-1866 for more information | |||
| 2022-04-25 | feat: switch to telescope.lua (#1873) | Simon Hauser | |
| Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||
| 2022-04-25 | fix(help_tags): exclude invalid help-tag that errors | Simon Hauser | |
| fix #1858 | |||
| 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-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-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-03-30 | fix (treesitter): kind column | Simon Hauser | |
| fix #1811 | |||
| 2022-03-26 | fix (tags|btags): escape all special characters (#1806) | ibhagwan | |
