Commit Graph

  • c6cd725bc0 chore: reduce log level to trace in pickers.lua (#2124) Jonas Strittmatter 2022-08-13 10:59:49 +02:00
  • 8746347ac4 fix: previewer if cwd is not curr dir (#2084) Simon Hauser 2022-08-10 21:47:37 +02:00
  • 8f80e82108 fix(previewer): regression on live_grep (#2119) Fabian David Schmidt 2022-08-09 13:02:21 +02:00
  • 787db424e3 fix(buffer_previewer): bypass path validation for terminal buffers (#2117) Fabian David Schmidt 2022-08-09 11:45:06 +02:00
  • 4725867ec6 fix: restore testing framework to actually work (#2070) TJ DeVries 2022-08-04 16:00:30 -04:00
  • 75a5e50653 fix(resolve): Check val not nil in resolve funcs (#2097) chmnchiang 2022-08-01 09:13:06 -07:00
  • 2e05e63cdf fix: error due to concatenating table to string (#2108) Christoph Blessing 2022-08-01 18:06:28 +02:00
  • b5833a682c fix: move the moon behind show_moon option and update documentation (#2072) (#2079) steven 2022-07-23 02:16:17 +10:00
  • 737f8cd6b5 fix: Telescope command lsp_definition call (and potentially more) (#2086) Simon Hauser 2022-07-22 17:52:41 +02:00
  • bb8db6eda2 fix(which_key): mode width options typo (#2078) Nicholas Hoffman 2022-07-21 01:22:51 -05:00
  • 8c56301720 fix(which_key): only get telescope mappings (#2090) Fabian David Schmidt 2022-07-19 22:43:31 +03:00
  • 6bddc38c25 fix: push history on refine (#2074) Simon Hauser 2022-07-16 09:56:33 +02:00
  • b79cd6c88b release: telescope 0.1.0 (#2067) Simon Hauser 2022-07-12 16:02:44 +02:00
  • 2d4ef4d6e5 docs: extension bundling (#2068) Simon Hauser 2022-07-12 15:48:10 +02:00
  • 5acb9474a0 fix: cursor theme for nvim 0.7 (#2069) Simon Hauser 2022-07-12 15:47:39 +02:00
  • 5f25375191 chore: remove deprecated functions / messages (#2063) Simon Hauser 2022-07-12 13:24:23 +02:00
  • 7485b06d58 fix: cursor theme if winbar is set (#2066) Simon Hauser 2022-07-12 13:21:19 +02:00
  • ac38730da1 docs: mappings documentation overhaul (#2065) Simon Hauser 2022-07-12 11:52:57 +02:00
  • 4ab56d215a perf: limit scrolling size (#2059) Simon Hauser 2022-07-12 09:46:51 +02:00
  • 361482c599 docs: add module names to fix gO (#2064) Simon Hauser 2022-07-12 09:46:30 +02:00
  • 10a3310546 fix: from_entry escape and validation (#2058) Simon Hauser 2022-07-10 21:28:22 +02:00
  • 524c4eb7fb fix: more autocmds desc fixes (#2049) Simon Hauser 2022-07-07 22:38:28 +02:00
  • 7df6662394 fix: also map <C-/> for which-key (#2051) Gregory Anders 2022-07-07 14:19:35 -06:00
  • a36500c7ee fix: live_grep search_dirs and grep_open_files opts Simon Hauser 2022-07-07 19:16:13 +02:00
  • ddf60d2bbe fix: grep_string search= jump to line Simon Hauser 2022-07-07 19:07:52 +02:00
  • 9b3afe51c4 fix: autocmd, show desc if available (#2046) Simon Hauser 2022-07-07 16:45:32 +02:00
  • f838695459 chore: reformat with stylua 0.14.0 Simon Hauser 2022-07-07 08:27:46 +02:00
  • 8fe2dde656 docs: add missing opts docs for lsp builtins Simon Hauser 2022-07-06 20:45:40 +02:00
  • 30f2a367f2 feat(grep_string): invert_match for search="", removing empty lines (#2040) Simon Hauser 2022-07-06 20:38:51 +02:00
  • b44e657986 fix(path_display): allow function on path_display (#2043) Charles Moscofian 2022-07-06 03:29:15 -03:00
  • 02cf3e4070 feat: grep_open_files for builtin.grep_string (#2039) Simon Hauser 2022-07-06 08:26:22 +02:00
  • 6ea106329a fix: path_display hidden for make_entry.gen_from_quickfix (#2038) Charles Moscofian 2022-07-04 16:38:10 -03:00
  • 2b1da47deb chore: make to_fuzzy_refine configurable (#2034) Simon Hauser 2022-07-03 21:39:24 +02:00
  • f8047b8bc9 fix(from_entry): treat directories as valid paths (#2035) Fabian David Schmidt 2022-07-03 21:26:45 +03:00
  • 4afd1be74a docs: fix typos/grammar in PR#1945 changelog (#2033) Tyler Wardhaugh 2022-07-03 04:25:19 -07:00
  • 7df95f9b20 Merge pull request #1945 from nvim-telescope/dev Simon Hauser 2022-07-01 23:29:24 +02:00
  • e778abfdb4 docs: changelog for dev branch, 1945 Simon Hauser 2022-07-01 23:20:07 +02:00
  • 5dd4b52910 break: cleanup preview.treesitter language setting (#1612) marcel 2022-07-01 22:58:05 +02:00
  • 0621c1c6ba break: prefix internal files and add deprecation messages (#2032) Simon Hauser 2022-07-01 22:20:12 +02:00
  • bf1a25dbfe feat: search_file option for builtin fd command (#2029) Turiiya 2022-07-01 22:10:31 +02:00
  • 75deb22aa8 fix: crash in tags on enter for no results and random crash in previewer Simon Hauser 2022-07-01 19:18:30 +02:00
  • 21eea92e72 fix: autocommands regression Simon Hauser 2022-07-01 18:58:13 +02:00
  • ef9137d85c feat: refine with new_table Fabian David Schmidt 2021-08-13 17:32:01 +02:00
  • a0a038170d docs: make_entry and entry_display julianf 2022-06-30 16:03:55 +02:00
  • 8f56fede21 feat: Add entry_index for entry_makers TJ DeVries 2021-11-19 12:30:58 -05:00
  • 1aa74b231c fix: filereadable should check for 1 or 0 (#2030) xiaxi 2022-07-01 17:37:58 +08:00
  • 546947d442 fix: spell_suggest if cursor is at last char of word Simon Hauser 2022-06-30 14:56:49 +02:00
  • a50352eb24 docs: document limitation of action Simon Hauser 2022-06-30 14:36:41 +02:00
  • 1ba967f84e fix: truncate for builtin.buffers Simon Hauser 2022-06-30 14:29:46 +02:00
  • 4ef490defa fix: Inconsistent Color highlighting inside Git File Diff Preview Simon Hauser 2022-06-30 13:59:16 +02:00
  • d1f3e12a35 feat: add min max boundary to width, hight resolver (#2002) Simon Hauser 2022-06-26 11:37:51 +02:00
  • 25b1bc8f17 feat: clear previewer if no item is selected (#2004) Simon Hauser 2022-06-13 18:53:16 +02:00
  • bef86acb6c feat(rg): pass multiple globs to rg by default (#2003) Anton 2022-06-13 19:51:48 +03:00
  • db4635bddf fix(current_buffer_tags): tag-relative=never (#1970) Dane Summers 2022-06-13 12:42:00 -04:00
  • 3a72cc8902 feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_calls (#1484) Manuel 2022-06-12 16:06:20 +02:00
  • ffcc2221d6 docs: clarify docs around search_dirs and map_entries Simon Hauser 2022-06-12 16:02:21 +02:00
  • f6efef4c41 feat: find_command can be a function (#2000) Simon Hauser 2022-06-12 15:37:24 +02:00
  • 77e2b8ceea chore: cleanup autocmd builtin (#1947) Simon Hauser 2022-06-12 15:09:41 +02:00
  • 838c32d6a8 refactor: make_entry more consistent (#1410) Yorick Peterse 2022-06-12 20:29:10 +08:00
  • 3f1f5b7e52 feat: add --follow to bcommits (#1997) Brian Di Palma 2022-06-12 12:15:39 +01:00
  • 6703c957e7 feat: add option use_default_opts to builtin.builtin (#1996) Bjarki Baldursson Harksen 2022-06-12 11:08:30 +00:00
  • 15f6a0bb08 feat(tags): process tagfiles on the fly (#1989) Antoine 2022-06-09 15:54:50 +02:00
  • 8488cd5ac7 feat: no-ignore-parent shorthand option for find_files. (#1963) Jeremy Neal 2022-06-06 08:06:34 -04:00
  • a6c9ae088e feat: force buffer delete for terminal and improvements for Picker:delete_selection (#1943) TheMeaningfulEngineer 2022-05-29 19:54:31 +02:00
  • 6dc0a7d7c2 fix(resume): previewer if toggled (#1957) Simon Hauser 2022-05-29 12:43:27 +02:00
  • 83b6cadb2c break: deprecate utils.get_default utils.if_nil (#1545) Simon Hauser 2022-05-22 12:53:37 +02:00
  • a1aec79cb1 feat: none strategy & control attachment (#1867) fdschmidt93 2022-05-22 12:08:07 +02:00
  • 5510587ff4 feat(vim_options): show scope information in display (#1956) Simon Hauser 2022-05-22 11:50:00 +02:00
  • 7648e5d891 chore: remove media and scratch directory Simon Hauser 2022-05-22 11:36:56 +02:00
  • edc6f55ba2 docs: document limitations of file_ignore_patterns and transform_path (#1955) Simon Hauser 2022-05-22 11:32:55 +02:00
  • 4482c2b551 chore: cleanup vim options (#1946) Simon Hauser 2022-05-22 10:33:01 +02:00
  • 440684edad break(git_files): change show_untracked default to false (#842) Ben Smith 2022-05-18 18:27:06 +00:00
  • b98b9a93c6 fix: grep_string crashes when string has newline (#2026) Reed Koser 2022-06-30 03:09:36 -07:00
  • d88b44ddf1 chore: PR template (#2012) Simon Hauser 2022-06-18 13:57:25 +02:00
  • c0a76f8a39 fix: error caused by the invalid options in create_autocmd for vimdiff (#2013) Rocky Zhang 2022-06-18 04:55:27 -07:00
  • d96eaa914a fix: block autocommands when setting preview buffer (#2010) zeertzjq 2022-06-15 16:43:10 +08:00
  • f33df8f35f docs: README "setup/"set up" grammar (#2009) Henrik Nyh 2022-06-15 09:38:23 +01:00
  • 3d304a9a55 fix: TelescopePreviewerLoaded (#2005) Simon Hauser 2022-06-13 21:49:10 +02:00
  • e2a77a54a3 doc: use correct option name for 'only_sort_text' (#1995) Jose Veiga 2022-06-12 07:03:12 -04:00
  • e6b69b1488 fix: fix quotes in README.md (#1986) Kevin Lee 2022-06-06 01:07:00 -07:00
  • d3aad43b3f fix: health for neovim nightly (#1984) Simon Hauser 2022-06-02 20:17:39 +02:00
  • 28bb75fd91 fix: pass user opts to planets picker (#1983) Anton 2022-06-02 17:02:19 +03:00
  • 3eb90430b6 fix: error in action.close when picker.original_win_id is not valid (#1982) Jędrzej Boczar 2022-06-02 16:00:14 +02:00
  • ad19bf6b8e fix: cursor move in actions.insert_symbol_i (#1979) Fabian David Schmidt 2022-06-01 16:52:15 +02:00
  • 54be102e20 fix(builtin.commands): action error caused by remapping : (#1972) iwataka 2022-05-29 19:52:40 +09:00
  • cd9e6aaee0 fix(git_branch): fix typo in action notification (#1966) Fabian David Schmidt 2022-05-25 15:26:28 +02:00
  • 328232e090 chore: update FUNDING.yml (#1964) fdschmidt93 2022-05-25 13:03:08 +02:00
  • 1a91238a6a fix: wrong win on selection (#1951) fdschmidt93 2022-05-20 12:08:33 +02:00
  • b4c45e8c61 fix: exiting picker from insert mode (#1202) fdschmidt93 2022-05-20 09:18:27 +02:00
  • 7bc8efd77b docs: reflect behavior of diagnostics bufnr nil (#1879) matt rice 2022-05-18 18:10:45 +00:00
  • 3cc44f8f05 fix: set tagstack when we jump with lsp in telescope (#1887) dagle 2022-05-18 19:59:12 +02:00
  • 01fc5a9274 hotfix: regression from latest commit, files could no longer be opened Simon Hauser 2022-05-15 22:13:32 +02:00
  • 0b5f1d69d7 feat: Add ability to choose window to edit (#745) TJ DeVries 2022-05-15 16:08:16 -04:00
  • 2e421ef02d fix: get mark list from opts.bufnr instead of using :marks (#1935) pjmtdw 2022-05-16 05:00:01 +09:00
  • 20040cac31 fix: correctly use nvim-web-devicons (#1937) xeluxee 2022-05-15 21:58:03 +02:00
  • 39b12d84e8 feat(entry_display): expose prompt_bufnr opt (#1934) fdschmidt93 2022-05-12 08:39:19 +02:00
  • 795a63ed29 feat(docs): simplified architecture flow chart (#1925) fdschmidt93 2022-05-09 11:43:22 +02:00
  • 85239d9c3e feat(builtin.keymaps): show lua fn name if available (#1929) fdschmidt93 2022-05-09 11:08:53 +02:00
  • 4681dcdffe fix: another teardown issue (#1918) Simon Hauser 2022-05-05 10:05:37 +02:00
  • 85d95dfddd fix(builtin.tags): custom filename width (#1842) Michael Maves 2022-05-04 16:13:40 -04:00