summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2022-08-13fix: typo in docs (#2100)Emiel Van Severen
2022-08-13docs: fix arguments in mappings table to refelct implementation (#2111) (#2125)Nikita Kulakov
2022-08-13fix: find_files to force color=never (#2130)Bryce Montano
2022-08-13chore: reduce log level to trace in pickers.lua (#2124)Jonas Strittmatter
2022-08-10fix: previewer if cwd is not curr dir (#2084)Simon Hauser
2022-08-09fix(previewer): regression on live_grep (#2119)Fabian David Schmidt
2022-08-09fix(buffer_previewer): bypass path validation for terminal buffers (#2117)Fabian David Schmidt
2022-08-04fix: restore testing framework to actually work (#2070)TJ DeVries
2022-08-01fix(resolve): Check val not nil in resolve funcs (#2097)chmnchiang
2022-08-01fix: error due to concatenating table to string (#2108)Christoph Blessing
2022-07-22fix: move the moon behind show_moon option and update documentation (#2072) (...steven
2022-07-22fix: `Telescope` command lsp_definition call (and potentially more) (#2086)Simon Hauser
2022-07-21fix(which_key): mode width options typo (#2078)Nicholas Hoffman
2022-07-19fix(which_key): only get telescope mappings (#2090)Fabian David Schmidt
2022-07-16fix: push history on refine (#2074)Simon Hauser
2022-07-12fix: cursor theme for nvim 0.7 (#2069)Simon Hauser
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-12fix: cursor theme if winbar is set (#2066)Simon Hauser
2022-07-12docs: mappings documentation overhaul (#2065)Simon Hauser
2022-07-12perf: limit scrolling size (#2059)Simon Hauser
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-07-10fix: from_entry escape and validation (#2058)Simon Hauser
2022-07-07fix: more autocmds desc fixes (#2049)Simon Hauser
2022-07-07fix: also map <C-/> for which-key (#2051)Gregory Anders
2022-07-07fix: live_grep search_dirs and grep_open_files optsSimon Hauser
2022-07-07fix: grep_string search= jump to lineSimon Hauser
2022-07-07fix: autocmd, show desc if available (#2046)Simon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-06docs: add missing opts docs for lsp builtinsSimon Hauser
2022-07-06feat(grep_string): invert_match for search="", removing empty lines (#2040)Simon Hauser
2022-07-06fix(path_display): allow function on path_display (#2043)Charles Moscofian
2022-07-06feat: grep_open_files for builtin.grep_string (#2039)Simon Hauser
2022-07-04fix: path_display hidden for make_entry.gen_from_quickfix (#2038)Charles Moscofian
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
2022-07-03fix(from_entry): treat directories as valid paths (#2035)Fabian David Schmidt
2022-07-01Merge pull request #1945 from nvim-telescope/devSimon Hauser
2022-07-01break: cleanup preview.treesitter language setting (#1612)marcel
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01feat: search_file option for builtin fd command (#2029)Turiiya
2022-07-01fix: crash in tags on enter for no results and random crash in previewerSimon Hauser
2022-07-01fix: autocommands regressionSimon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-07-01docs: `make_entry` and `entry_display`julianf
2022-07-01feat: Add entry_index for entry_makersTJ DeVries
2022-07-01fix: filereadable should check for 1 or 0 (#2030)xiaxi
2022-06-30fix: spell_suggest if cursor is at last char of wordSimon Hauser
2022-06-30docs: document limitation of actionSimon Hauser
2022-06-30fix: truncate for builtin.buffersSimon Hauser
2022-06-30fix: Inconsistent Color highlighting inside Git File Diff PreviewSimon Hauser
2022-06-30feat: add min max boundary to width, hight resolver (#2002)Simon Hauser