Commit Graph

  • d5aa53dcd3 create new action: git switch (#798) Kyoichiro Yamada 2021-05-11 17:55:41 +09:00
  • 9fd242db26 feat: add git_stash picker (#800) Amirreza Askarpour 2021-05-11 12:50:57 +04:30
  • c061c216bf fix: add check for nil win_id in Picker.close_windows (#831) Luke Kershaw 2021-05-09 21:17:39 +01:00
  • e2907fc0f2 feat: jumplist picker and jump to row/col on existing buffers. (#813) caojoshua 2021-05-09 02:05:12 -07:00
  • 25a7ecc289 feat: add use_regex option to grep_string (#767) Khalid 2021-05-08 15:02:18 +03:00
  • 1408e3bbb7 feat: add option to configure width of items in gen_from_lsp_symbols() (#812) Tom Praschan 2021-05-08 13:43:38 +02:00
  • 144c761e03 fix: oldfiles cwd_only that include backslashes (windows) (#820) Luke Kershaw 2021-05-08 12:38:40 +01:00
  • bc6385be31 feat: Add only_sort_tags option for builtin.tags (#825) Eugene Oliveros 2021-05-08 19:38:18 +08:00
  • 88f7b27222 handle errors from buf_request_sync (#819) William Boman 2021-05-06 22:00:31 +02:00
  • ad30a7b085 fix: file browser navigate to parent directory on windows (#786) Alex Fischer 2021-04-28 20:15:25 +02:00
  • 38765f68db fix: Fix things for conni TJ DeVries 2021-04-28 10:38:24 -04:00
  • 28ae702682 fix: use treesitter language name instead of ft if available (#801) Dhruv Manilawala 2021-04-28 19:59:28 +05:30
  • 1675d370bf feat: Just straight up error right away for nvim 0.4.4 TJ DeVries 2021-04-27 17:30:45 -04:00
  • 6fd1b3bd25 docs: Git actions docs fix (#787) Ben Smith 2021-04-23 18:16:44 +00:00
  • 712de3e182 feat: add search history picker (#769) Volodymyr Kot 2021-04-23 16:24:09 +01:00
  • a28999574e feat: allow reset prompt to set text as well TJ DeVries 2021-04-22 17:55:06 -04:00
  • c6980a9acf docs: add other actions modules (#792) TJ DeVries 2021-04-22 14:08:22 -07:00
  • 0d6cd47990 fix checking for git dir in a bare repo (#757) PolarMutex 2021-04-22 13:23:42 -04:00
  • 3adeab2bed fix: support multiple clients in lsp code actions (#722) William Boman 2021-04-21 02:48:29 +02:00
  • 13dae8c4d9 lsp: Implement lsp.implementations similar to lsp.definitions (#743) Viktor Kojouharov 2021-04-21 02:31:43 +02:00
  • f92b9b1fae fix: live_grep path appending with cwd when already absolute (#768) August Masquelier 2021-04-17 13:50:07 -06:00
  • d27907b0da fix: Default to an empty sorter, so we always have one TJ DeVries 2021-04-16 11:11:40 -04:00
  • f2c3f724ad Fix: open files with the same name (#697) (#741) Lars Haalck 2021-04-15 15:30:56 +02:00
  • 9e603d3c1b feat: table layout for builtin commands (#754) Weihang Lo 2021-04-15 21:26:38 +08:00
  • 2e7ee55aa4 feat: Add more sorter hooks (#752) TJ DeVries 2021-04-15 09:24:10 -04:00
  • 07d518105c picker(live_grep): add option to grep only over open files (#666) James Walmsley 2021-04-14 16:31:22 +01:00
  • c5f0d05835 git(action): create and checkout branch (#755) Ben Smith 2021-04-14 09:31:05 +00:00
  • b7d0488db9 readme: fix broken links and spelling errors (#753) Ben Smith 2021-04-13 18:59:10 +00:00
  • 253d3aaa6b added a new DynamicFinder (which can be used with rust_analyzer) (#705) oberblastmeister 2021-04-13 14:39:14 -04:00
  • 5bd6f5ca98 feat: add icons to git_status finder (#401) Senghan Bright 2021-04-09 19:33:10 +02:00
  • ba1e674e68 fix: update to newer code (#744) TJ DeVries 2021-04-09 13:04:01 -04:00
  • 2ebbf7f9d4 pickers(buffers): added only_cwd opt (#739) Nitin Chaudhary 2021-04-09 15:22:26 +05:30
  • 64e59060b1 feat: asyncify pickers - except for live_grep (#709) TJ DeVries 2021-04-08 10:35:44 -04:00
  • e5fbe6fe60 fix: Use standardized names for current buffer fuzzy find (#737) TJ DeVries 2021-04-07 17:12:47 -04:00
  • d367eb4fd8 fix(git_branches): use the quoted fields instead of json-formatting and fix regressions with #695 (#704) Kyoichiro Yamada 2021-04-08 00:00:38 +09:00
  • 0b2c801978 feat: buf highlights for current buffer fuzzy find (#732) TJ DeVries 2021-04-06 19:59:42 -04:00
  • d0cf646f65 feat: current buffer fuzzy find improvements (#694) August Masquelier 2021-04-04 05:04:06 -06:00
  • 0944c4a88f Fix git rebase input message (#720) Thiago Medeiros 2021-04-04 04:48:42 +02:00
  • 89a6161c81 Fix #707: lsp_workspace_symbols add support for multiple clients. (#718) ovikk13 2021-04-03 19:11:38 +02:00
  • 2c4efc2f8a fix: better relative path output in live_grep and grep_string (#683) Jesse Leite 2021-03-31 03:47:21 -04:00
  • aefc831735 fix: no longer leaking one buffer previewer in some occasions (#664) Simon Hauser 2021-03-30 12:32:18 +02:00
  • 2e03f67de9 picker(git_branch): show committer, upstream and date (#695) Kyoichiro Yamada 2021-03-30 03:04:25 +09:00
  • a7fa60411e Fix prompt titles. Closes #OCD. (#675) Jesse Leite 2021-03-21 01:44:08 -04:00
  • d4bf1181ea Improve oldfiles Picker (#657) Jesse Leite 2021-03-18 03:21:25 -04:00
  • c50eaf5c9a fix: Do not error with clearing namespace on clearing display TJ DeVries 2021-03-17 20:04:39 -04:00
  • 812fae1d71 fix: related to #13 telescope-project, enter insert mode on prompt close (#637) Christopher Laidler 2021-03-16 21:50:06 +00:00
  • 284f38c575 feat & fix: Command History Picker (#656) tami5 2021-03-14 20:05:56 +03:00
  • 5333ab0b19 Prefer vim.api over vim.fn (#650) Volodymyr Kot 2021-03-14 14:11:45 +00:00
  • c8cc024ebf feat: add add_to_qflist, add_selected, and smart_add (#636) elianiva 2021-03-12 11:00:15 +07:00
  • add7ee3943 nit: Don't reset highlights on detach TJ DeVries 2021-03-09 22:44:45 -05:00
  • a7d359948b docs: correct link to CONTRIBUTING.md (#632) Khue Nguyen 2021-03-09 21:39:50 -05:00
  • 559bf36e73 feat: add completion to pre-filtering (#626) fdschmidt93 2021-03-09 21:04:21 +01:00
  • ff428c9187 feat: lsp definitions (#631) oberblastmeister 2021-03-09 14:17:56 -05:00
  • 1c80a92d40 fix: error using dictionary as a string when running send_to_qflist (#622) oberblastmeister 2021-03-07 02:50:57 -05:00
  • 68c30dd560 fix: only expand if we are not in_fast_event() Simon Hauser 2021-03-07 08:41:45 +01:00
  • 6e941e0ece feat: define scroll speed + smart_send to qflist (#610) elianiva 2021-03-05 20:13:48 +07:00
  • 8369acea3e fix: error from unset LspDiagnosticSign & introduce opts.no_sign to lsp_*_diagnostics (#607) fdschmidt93 2021-03-04 21:53:41 +01:00
  • e7f724b437 feat: add hidden opt to file_browser (#608) Tom 2021-03-04 19:40:35 +00:00
  • 908752fc67 feat: workspace diagnostics, jump to and improved styling (#599) fdschmidt93 2021-03-04 15:01:17 +01:00
  • 8dc00b08aa fix: add loading guard (#602) Dmitry 2021-03-04 16:41:50 +03:00
  • db7615578b feat: lsp diagnostics and prefiltering by entry attribute (#543) fdschmidt93 2021-03-03 22:33:03 +01:00
  • 390e5fa9f5 fix: Keep remaps safe between reloads TJ DeVries 2021-03-03 13:26:57 -05:00
  • 3faca0802f docs: start documenting previewers (#574) Simon Hauser 2021-03-03 18:14:46 +01:00
  • 3ee53c892d [docgen] Update doc/telescope.txt skip-checks: true Github Actions 2021-03-03 16:52:10 +00:00
  • 0fef4c3e17 fix: remove gotos because this breaks lua 5.1 (#583) TJ DeVries 2021-03-03 11:51:44 -05:00
  • 20984fc5cd fix: subcommand completion for each extension (#597) tamago324 2021-03-03 22:16:15 +09:00
  • b67c6fdfee docs: show a short way to list all builtin pickers elianiva 2021-03-03 13:52:41 +07:00
  • 569ebd43e7 feat: add expand_dir opts for git_status (#591) elianiva 2021-03-02 19:41:01 +07:00
  • 763f63eb14 fix: make sure devicons are loaded (#590) Simon Hauser 2021-03-02 09:51:21 +01:00
  • 677b44d3a0 Enhance Telescope command (#588) Raphael 2021-03-02 16:34:29 +08:00
  • 678494e503 refactor: move transform_devicons and get_devicons to utils (#580) ndavid 2021-03-01 22:59:17 +00:00
  • b08f65c5fd feat: better display for git_branches (#586) Simon Hauser 2021-03-01 22:36:37 +01:00
  • 50ae42b158 feat: delete mappings for git_branches (#578) ThePrimeagen 2021-03-01 14:18:36 -07:00
  • a14b95962f Fix formatting in README to show keybinding (#577) Thorsten Ball 2021-03-01 11:38:18 +01:00
  • b1711389b6 docs: add space before + and } elianiva 2021-02-28 22:12:19 +07:00
  • ed2764a1bd feat: layout horizontal and vertical can now be mirrored (#548) Ben Smith 2021-02-28 10:16:47 +00:00
  • e1c8ad5d78 fix: entry_prefix if selection_caret > entry_prefix (#572) Simon Hauser 2021-02-28 10:54:44 +01:00
  • ee341b02ea feat: add ability to multiselect in reverse direction (#573) Volodymyr Kot 2021-02-28 09:18:11 +00:00
  • 11674ac021 feat: multi selection. Only integrates with send_selected_to_qflist (#551) TJ DeVries 2021-02-27 15:06:04 -05:00
  • ca92ec1a83 fix: a lot of small things and adds more customization for caret (#554) Simon Hauser 2021-02-27 16:26:25 +01:00
  • 84732d1d78 fix: goto_file_selection performance issues, do not reload buffer if it is already loaded (#541) oberblastmeister 2021-02-27 10:01:02 -05:00
  • 49650f5d74 feat: allow git_* to use vim pwd over git root (#563) Tom 2021-02-27 11:04:30 +00:00
  • d37dc88eab fix: proper multibytes chars alignment (#560) elianiva 2021-02-26 20:17:47 +07:00
  • e2696d694a fix: change git previewers from using -P to --no-pager for better compatibility (#558) Jae-Won Chung 2021-02-26 19:54:33 +09:00
  • d3a9c786ba docs: update outdated gif + more demo (#546) elianiva 2021-02-25 12:23:41 +07:00
  • 55ab5c77a5 feat: Add vim docs & generators (#370) TJ DeVries 2021-02-24 21:44:51 -05:00
  • 8b3d08d7a6 fix: scroll misbehaving + fixed jump to middle (#547) elianiva 2021-02-24 21:40:11 +07:00
  • b5051eeb01 feat: make buffer previewer default and deprecate bat previewer (#420) Simon Hauser 2021-02-24 03:47:22 +01:00
  • 67b0661537 feat: adds M mapping in normal mode (#544) Hubert Pelczarski 2021-02-24 03:35:52 +01:00
  • 10627e889e feat: advanced normal mode (#463) Simon Hauser 2021-02-24 02:41:00 +01:00
  • 4dd35ef0e1 feat: file browser & refresh interface (#290) Simon Hauser 2021-02-23 22:10:19 +01:00
  • 0a32b47f20 fix: typo from last commit (#542) bi0ha2ard 2021-02-23 21:01:08 +01:00
  • da7bdd9ee7 readme: update extensions section. Link to wiki for community extensions (#539) bi0ha2ard 2021-02-23 20:48:42 +01:00
  • d7c02e3b52 feat: Action improvements (#472) TJ DeVries 2021-02-22 11:30:57 -05:00
  • 1c5e42a6a5 feat: add 'follow' opt to find_files (#530) Asbjørn Håland 2021-02-12 22:31:27 +01:00
  • 09d1e3a607 feat: buffer previewers ls is now colorized (#505) Simon Hauser 2021-02-12 22:30:55 +01:00
  • b075d0d2b6 fix: git_commits when a commit has no message (#529) Danilo Luvizotto 2021-02-12 19:23:13 +01:00
  • 3a7fa41857 fix: all git builtin respect cwd now (#517) Simon Hauser 2021-02-09 18:25:57 +01:00
  • 993e383dd5 hotfix: displayer showing now items on windows (#515) JINNOUCHI Yasushi 2021-02-09 17:32:43 +09:00
  • b3d3d93869 feat: show all sections in man_pages (#512) JINNOUCHI Yasushi 2021-02-08 17:52:33 +09:00