Commit Graph

  • c54fc1733e Revert "fix: folding when a file is opened (#1643)" (#1673) Simon Hauser 2022-01-09 21:18:15 +01:00
  • 5060f3f0ab feat: tiebreak config function (#1401) Julian Fricker 2022-01-09 18:43:06 +00:00
  • e8ef88bfcb fix(builtin.treesitter): make sure that kind is not nil Simon Hauser 2022-01-09 19:03:53 +01:00
  • 01426c491b fix: folding when a file is opened (#1643) Abel Mulugeta 2022-01-09 20:49:19 +03:00
  • 24046b2361 fix: documentation for lsp_range_code_actions (#1644) Ole Strøhm 2022-01-09 18:47:19 +01:00
  • 1bb5d5567f fix: allow which_key action without preview (#1668) Luke Kershaw 2022-01-09 17:40:40 +00:00
  • f06dd06bb1 fix: support find_command along with shorthand options (#1642) pedro757 2022-01-06 17:45:09 -04:00
  • 948f5adff2 fix: allow selection_caret to be entirely whitespace (#1660) Luke Kershaw 2022-01-06 13:44:39 +00:00
  • f285599440 feat: multiselect icon (#1572) Luke Kershaw 2022-01-05 22:42:29 +00:00
  • 749ce3b8ca feat: Add <C-w> to default mappings (#1650) Dave G 2022-01-05 17:36:41 -05:00
  • c5aad43558 fix: check if status.preview_bufnr is nil before checking if valid (#1657) Luke Kershaw 2022-01-05 21:06:14 +00:00
  • a01ebd2793 fix: picker for keymaps error with new api for keymaps (#1646) Sebastian Lyng Johansen 2022-01-03 08:41:39 +01:00
  • 1d1da664eb chore: deprecation notice for builtin.file_browser (#1574) fdschmidt93 2021-12-29 13:10:40 +01:00
  • 9d0034df79 fix: return extension exports on load (#1634) fdschmidt93 2021-12-28 12:37:21 +01:00
  • 99aa102b38 fix: setup extension on access as well (#1628) fdschmidt93 2021-12-27 18:32:47 +01:00
  • 3dafcb419b fix: too early setup on initial extension access (#1601) fdschmidt93 2021-12-27 17:55:43 +01:00
  • 88437804e1 chore: remove dot at the beginning (#1552) Simon Hauser 2021-12-27 09:51:41 +01:00
  • 802fe5d49e fix: transform_path nil input (#1576) Simon Hauser 2021-12-27 09:49:07 +01:00
  • a1f838d436 chore: remove redundant run_builtin action (#1589) kylo252 2021-12-27 09:48:34 +01:00
  • 627d89c959 fix(oneshot_finder): generate entries for passed result (#1602) fdschmidt93 2021-12-27 09:45:34 +01:00
  • 7ebc27d818 fix(actions): force insertmode after inserting symbol (#1618) Christian Clason 2021-12-27 09:40:37 +01:00
  • ebd2eb0337 feat(diagnostics): workspace or document in title (#1619) fdschmidt93 2021-12-27 09:39:41 +01:00
  • 1849a8d701 fix(sorters): Ensure 'cb_filter' defined when creating new index-bias sorter (#1624) August Masquelier 2021-12-27 01:39:02 -07:00
  • 9aaaa0c5f3 fix: builtin only have entries for extension functions (#1587) Luke Kershaw 2021-12-19 17:55:50 +00:00
  • 5f37fbfa83 feat: layout anchor (#1582) Luke Kershaw 2021-12-10 19:08:24 +00:00
  • 5e5351ef13 docs: README change lsp_*_diagnostics to diagnostics Simon Hauser 2021-12-10 18:02:39 +01:00
  • 56325fefb2 feat: migrate to Telescope diagnostics using vim.diagnostic (#1553) Simon Hauser 2021-12-10 17:49:06 +01:00
  • 61240ac75a break: bump the minimum required neovim version to 0.6 or higher (#1549) Simon Hauser 2021-12-10 16:32:28 +01:00
  • 80cdb00b22 feat: center layout mirror option (#1577) Luke Kershaw 2021-12-10 10:48:14 +00:00
  • 991d0127f0 fix: previewer for builtin.builtin (#1583) smhc 2021-12-10 20:44:50 +10:00
  • 3f4ee6f267 fix: which_key action foldenable=false by default (#1578) Jieru Mei 2021-12-10 03:55:24 -05:00
  • 914da77bb7 fix: bottom_pane remove results border next to prompt (#1563) Luke Kershaw 2021-12-08 18:28:55 +00:00
  • 6b1579741a fix: git stash entry formatting (#1452) Farbod Salamat-Zadeh 2021-12-06 20:20:37 +00:00
  • a20f01353b fix: ensure buffer is listed before edit_buffer (#1492) Richard Lu 2021-12-07 04:13:24 +08:00
  • a88d92417d typo: which_key (#1560) GenesisTMS 2021-12-06 21:12:42 +01:00
  • 82e3cc322a fix: current_buffer_fuzzy_find in vue files (#1561) h0adp0re 2021-12-06 16:17:58 +02:00
  • 182c43b9d1 fix: lsp concatenate err (#1558) Jun 2021-12-05 23:25:49 +08:00
  • e9759b0405 docs: functions in pickers.lua (#1554) Luke Kershaw 2021-12-05 08:45:50 +00:00
  • d0083f9e4c fix: git_branch previewer highlighter error (#1543) Simon Hauser 2021-12-05 08:39:16 +01:00
  • 1131e5f9e1 chore: better uv.spawn error handling and windows git spawn bugfix (#1498) Simon Hauser 2021-12-05 08:29:03 +01:00
  • 16b0188cf5 fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling is_enabled Simon Hauser 2021-12-05 08:19:23 +01:00
  • 27294d73e4 fix: regression with grep builtins (#1548) Simon Hauser 2021-12-03 17:57:28 +01:00
  • 582dbd4da8 defaults: change center layout default size (#1546) Luke Kershaw 2021-12-03 16:50:44 +00:00
  • 4016ebe8e8 fix: actions.delete_buffer shouldnt force delete Simon Hauser 2021-12-03 17:28:15 +01:00
  • b50b364ae1 fix: check for Windows drive letter when parsing vimgrep (#1494) Luke Kershaw 2021-12-03 15:29:20 +00:00
  • 9d7d322f85 feat: allow initial results in async_oneshot_finder (#1461) fdschmidt93 2021-12-03 15:36:48 +01:00
  • 0c819d6605 docs: layout strategy usage (#1493) Luke Kershaw 2021-12-03 14:21:26 +00:00
  • 60a4ce080f fix: dont change highlights when using current_buffer_fuzzy_find (#1524) Simon Hauser 2021-12-03 14:46:53 +01:00
  • 4e075bf924 feat: highlight group for counter: TelescopePromptCounter Simon Hauser 2021-12-03 14:36:32 +01:00
  • 4b3efd2341 fix: lsp_workspace_symbols (#1535) Simon Hauser 2021-12-02 18:00:26 +01:00
  • 7462999202 fix: make lsp_* async (#1506) Chinmay Dalal 2021-12-02 12:21:13 +05:30
  • aa41912ef8 fix: Remove symbol_msg substitution (#1525) Daniel Kempkens 2021-12-01 18:27:53 +01:00
  • ef245548a8 docs: fix Picker:get_row(index) doc string (#1515) Martin Roa Villescas 2021-11-30 21:27:20 +01:00
  • ce8c8d4a45 fix(highlight): Use TS built-in is_enabled function (#1513) Patrick Ziegler 2021-11-30 21:18:08 +01:00
  • c9439871ef fix: keep previewer winid state updated on layout changes (#1522) Luke Kershaw 2021-11-30 20:15:43 +00:00
  • c1951b3722 add Normal highlights for prompt and results (#1514) max397574 2021-11-29 22:47:19 +01:00
  • 22e59556f9 chore: layout strategy tidying (#1509) Luke Kershaw 2021-11-29 10:42:23 +00:00
  • 7cfddbfd93 feat: add preview width option for bottom_pane layout (#1505) max397574 2021-11-28 18:32:50 +01:00
  • ed4adba6d0 fix: Border window also need to be winblend due to window overlap in multigrid UI (#1421) akiyosi 2021-11-28 18:57:08 +09:00
  • 492f1d38f6 fix: typo in readme (#1502) Ismael Padilla 2021-11-27 15:15:19 -03:00
  • 414a7a5b44 feat: extend functionality of entry_display.create (#1408) Luke Kershaw 2021-11-27 16:00:24 +00:00
  • b415e862bf fix: set nowrap in prompt buffer (#1499) Luke Kershaw 2021-11-26 21:43:51 +00:00
  • a8e9aa58a4 fix: issue when scrollbind is set (#1496) Simon Hauser 2021-11-26 22:42:54 +01:00
  • 1c57cc6140 Revert "fix: action mt so we can again concat actions from two different tables (#1143)" (#1486) Simon Hauser 2021-11-23 23:51:25 +01:00
  • 7695d224c8 fix: telescope close process and cleanup layout actions (#1480) Simon Hauser 2021-11-23 21:11:05 +01:00
  • 6daf35c88c fix: action mt so we can again concat actions from two different tables (#1143) Simon Hauser 2021-11-22 20:48:37 +01:00
  • 6f82c6630c fix: error when opts is nil in pickers.new (#1471) Salomon Popp 2021-11-20 16:07:52 +01:00
  • af5a580310 docs: fix attempt to index nil opts in example (#1476) mroavi 2021-11-20 14:46:16 +01:00
  • 7493f51700 docs: fix some spelling & grammar (#1475) Chris A James 2021-11-20 10:03:52 +00:00
  • d686fb2799 fix: cleanup of layout actions Luke Kershaw 2021-11-16 11:14:52 +00:00
  • edcf07cf88 feat: layout actions (#1383) Luke Kershaw 2021-11-15 21:32:02 +00:00
  • b952c2f852 feat: add hide / unhide preview (#1305) johnybx 2021-11-08 18:20:17 +01:00
  • e9743620ce fix: use string.format on builtin.resume error message (#1465) Luke Kershaw 2021-11-18 18:44:16 +00:00
  • 9ac89ebf67 Fixes #1371 TJ DeVries 2021-11-15 15:50:23 -05:00
  • e77926a258 chore: reformat files.lua after stylua update (#1456) fdschmidt93 2021-11-15 20:03:14 +01:00
  • 404d2b5f10 feat: allow changing results/prompt title & persisting multi on picker:refresh (#1451) fdschmidt93 2021-11-15 17:58:43 +01:00
  • 729492406e feat: exclude option for shorten in path_display (#1429) Luke Kershaw 2021-11-14 09:37:15 +00:00
  • b2f16c788e fix: LSP code actions not working for some language servers (#1381) klausweiss 2021-11-13 13:11:08 +00:00
  • 3309526566 feat(worktrees): added support for bare repo git operations (#1370) Pranav Rao 2021-11-13 08:09:47 -05:00
  • fc9ec7ffac chore: render nvim version as markdown Simon Hauser 2021-11-13 13:52:40 +01:00
  • 68308735c1 doc: fix typo in telescope.txt (#1431) Desmond Chin 2021-11-13 20:50:53 +08:00
  • a9f8aaa618 Add link to changelog in README.md (#1447) Cody Hiar 2021-11-13 04:24:22 -07:00
  • 22198ea588 docs: add a changelog entry for updated version requirements (#1444) Luke Kershaw 2021-11-13 11:17:15 +00:00
  • bf77c5d2fa feat: results scrolling actions (#1436) Luke Kershaw 2021-11-13 11:15:07 +00:00
  • 3d45c6c555 fix: typo in previewers documentation (#1450) Zoltan Klinger 2021-11-13 18:52:08 +11:00
  • f3ef592072 fix: actions.git_checkout_current_buffer calling deprecated method (#1439) hungpt2702 2021-11-10 20:18:02 +07:00
  • e4ab6d2844 Fix small typo in previewers section (#1433) Andrew Wray 2021-11-09 00:35:39 -08:00
  • 4583828366 docs: generate docs for hl_result_eol (#1426) Luke Kershaw 2021-11-07 15:35:34 +00:00
  • 078a48db9e docs: 0.5.1 or the latest nightly commit Simon Hauser 2021-11-05 16:07:17 +01:00
  • 97842abb03 fix: revert buffers previewer (#1400) fdschmidt93 2021-11-04 07:55:32 +01:00
  • 2097f11305 fix: deactivate binary ft detection for Win32 (#1413) fdschmidt93 2021-11-04 07:32:02 +01:00
  • 6652d4d555 feat: Full width select (#1403) Julian Fricker 2021-11-04 06:22:09 +00:00
  • 6a8fbb53e0 breaking: bump nvim version requirement to 0.5.1 (#1406) Julian Fricker 2021-11-04 06:20:17 +00:00
  • 587a10d149 chore: remove a lot of deprecated stuff (#1399) Simon Hauser 2021-11-01 20:30:10 +01:00
  • 0caec3d6e4 Revert "break: changed the results window highlight to always be full width (#1312)" (#1398) Simon Hauser 2021-10-31 17:02:38 +01:00
  • c08f95823d fix: check if caret is present before removal (#1390) Luke Kershaw 2021-10-31 15:52:09 +00:00
  • d7f09f5895 doc: clarify quickfixlist abbreviation in README (#1392) Jack DeVries 2021-10-30 09:30:39 -04:00
  • 3b9ac8edba break: changed the results window highlight to always be full width (#1312) Julian Fricker 2021-10-29 17:57:41 +01:00
  • 02a02f7bcd fix: set preview titlehighlight when re-enabling preview (#1384) Luke Kershaw 2021-10-28 14:21:09 +01:00
  • 99a3988d6e fix: buitin.tags broke when tags-file was in wildignore (#1387) Denis Cornehl 2021-10-28 12:34:46 +02:00