| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-13 | chore: reduce log level to trace in pickers.lua (#2124) | Jonas Strittmatter | |
| 2022-08-10 | fix: previewer if cwd is not curr dir (#2084) | Simon Hauser | |
| path needs to be expanded for filereadable and isdirectory | |||
| 2022-08-09 | fix(previewer): regression on live_grep (#2119) | Fabian David Schmidt | |
| 2022-08-09 | fix(buffer_previewer): bypass path validation for terminal buffers (#2117) | Fabian David Schmidt | |
| 2022-08-04 | fix: restore testing framework to actually work (#2070) | TJ DeVries | |
| after refactor to some new asynchronous items for finders, the tests stopped actually doing anything. now they do things again. | |||
| 2022-08-01 | fix(resolve): Check val not nil in resolve funcs (#2097) | chmnchiang | |
| We did not check `val ~= nil` in the resolve functions, so config like `{ nil, max = 30 }` will throw a nil error. Also, if the config is `{ padding = _ }`, the logic relies on the function handling the padding is iterated before the one handling min/max in the map, which is not always guaranteed. Fix the bug by adding nil check in the function handling min/max. Close | |||
| 2022-08-01 | fix: error due to concatenating table to string (#2108) | Christoph Blessing | |
| This commit fixes a bug that lead to an error because we tried to concatenate a table (`err`) to a string. Now we concatenate `err.message` (a string) to the string. | |||
| 2022-07-22 | fix: move the moon behind show_moon option and update documentation (#2072) ↵ | steven | |
| (#2079) | |||
| 2022-07-22 | fix: `Telescope` command lsp_definition call (and potentially more) (#2086) | Simon Hauser | |
| 2022-07-21 | fix(which_key): mode width options typo (#2078) | Nicholas Hoffman | |
| 2022-07-19 | fix(which_key): only get telescope mappings (#2090) | Fabian David Schmidt | |
| 2022-07-16 | fix: push history on refine (#2074) | Simon Hauser | |
| 2022-07-12 | release: telescope 0.1.0 (#2067) | Simon Hauser | |
| 2022-07-12 | docs: extension bundling (#2068) | Simon Hauser | |
| 2022-07-12 | fix: cursor theme for nvim 0.7 (#2069) | Simon Hauser | |
| 2022-07-12 | chore: remove deprecated functions / messages (#2063) | Simon Hauser | |
| 2022-07-12 | fix: cursor theme if winbar is set (#2066) | Simon Hauser | |
| 2022-07-12 | docs: mappings documentation overhaul (#2065) | Simon Hauser | |
| Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2022-07-12 | perf: limit scrolling size (#2059) | Simon Hauser | |
| 2022-07-12 | docs: add module names to fix gO (#2064) | Simon Hauser | |
| 2022-07-10 | fix: from_entry escape and validation (#2058) | Simon Hauser | |
| 2022-07-07 | fix: more autocmds desc fixes (#2049) | Simon Hauser | |
| 2022-07-07 | fix: also map <C-/> for which-key (#2051) | Gregory Anders | |
| Some terminals send Ctrl + / as <C-/>, not <C-_>. Map both to the which_key action to cover these cases. | |||
| 2022-07-07 | fix: live_grep search_dirs and grep_open_files opts | Simon Hauser | |
| fix #2048 | |||
| 2022-07-07 | fix: grep_string search= jump to line | Simon Hauser | |
| fix #2047 | |||
| 2022-07-07 | fix: autocmd, show desc if available (#2046) | Simon Hauser | |
| 2022-07-07 | chore: reformat with stylua 0.14.0 | Simon Hauser | |
| 2022-07-06 | docs: add missing opts docs for lsp builtins | Simon Hauser | |
| 2022-07-06 | feat(grep_string): invert_match for search="", removing empty lines (#2040) | Simon Hauser | |
| 2022-07-06 | fix(path_display): allow function on path_display (#2043) | Charles Moscofian | |
| 2022-07-06 | feat: grep_open_files for builtin.grep_string (#2039) | Simon Hauser | |
| 2022-07-04 | fix: path_display hidden for make_entry.gen_from_quickfix (#2038) | Charles Moscofian | |
| 2022-07-03 | chore: make to_fuzzy_refine configurable (#2034) | Simon Hauser | |
| 2022-07-03 | fix(from_entry): treat directories as valid paths (#2035) | Fabian David Schmidt | |
| 2022-07-03 | docs: fix typos/grammar in PR#1945 changelog (#2033) | Tyler Wardhaugh | |
| 2022-07-01 | Merge pull request #1945 from nvim-telescope/dev | Simon Hauser | |
| full changelog `:help telescope.changelog-1945` | |||
| 2022-07-01 | docs: changelog for dev branch, 1945 | Simon Hauser | |
| 2022-07-01 | break: cleanup preview.treesitter language setting (#1612) | marcel | |
| this follows nvim-treesitter more closely but enable can also be a table of enabled languages The config now looks like this: ```lua defaults = { preview = { treesitter = { enable = false, -- or enable = { "c" }, -- disable can be set if enable isn't set disable = { "perl", "javascript" }, }, }, }, ``` | |||
| 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 | docs: `make_entry` and `entry_display` | julianf | |
| 2022-07-01 | feat: Add entry_index for entry_makers | TJ DeVries | |
| cleanup | |||
| 2022-07-01 | fix: filereadable should check for 1 or 0 (#2030) | xiaxi | |
| 2022-06-30 | fix: spell_suggest if cursor is at last char of word | Simon Hauser | |
| fix #1977 | |||
| 2022-06-30 | docs: document limitation of action | Simon Hauser | |
| close #1994 | |||
| 2022-06-30 | fix: truncate for builtin.buffers | Simon Hauser | |
| fix #2022 | |||
| 2022-06-30 | fix: Inconsistent Color highlighting inside Git File Diff Preview | Simon Hauser | |
| fix #1098 | |||
