Commit Graph

  • b22e6f6896 test(utils): add unit test for transform_path (#3013) James Trew 2024-03-27 23:39:14 -04:00
  • c2b8311dfa fix(previewer): preview message out of bounds (#3003) Edwin Tang 2024-03-24 11:51:21 +08:00
  • 1e59188575 fix(utils.path_expand): improve windows support (#2999) James Trew 2024-03-22 23:56:56 -04:00
  • 221778e93b fix(previewer): don't escape paths for fs_stat (#2996) James Trew 2024-03-20 21:19:17 -04:00
  • f06eeb79e1 feat: detect upper case letters with get_substr_matcher (#2950) JINNOUCHI Yasushi 2024-03-20 14:24:31 +09:00
  • 3b8399c273 fix: expand/normalize paths more selectively (#2628) James Trew 2024-03-19 18:55:27 -04:00
  • c816406bd5 fix(builtin.lsp): bad check for jump_type option (#2991) James Trew 2024-03-18 11:39:57 -04:00
  • 5730b950d9 fix(builtin.lsp): extra No Name buffer opening with jump_type (#2990) James Trew 2024-03-18 09:41:56 -04:00
  • 1fa3b801f0 docs(builtin.colorscheme): add colors option desc (#2989) James Trew 2024-03-17 22:05:26 -04:00
  • 8cd58c6e81 fix(lsp): incoming/outgoing_call range locations (#2985) James Trew 2024-03-17 21:09:56 -04:00
  • 04dfe370b0 fix: remove duplicate lazyloaded items in colorscheme (#2951) fcying 2024-03-18 08:28:10 +08:00
  • e9e01d6998 fix: select correct results row with sorting_strategy=ascending (#2986) 0x7a7a 2024-03-15 20:16:51 +00:00
  • 67c598fdd4 docs(readme): clean up command example (#2984) Miguel Ángel 2024-03-14 12:20:41 -06:00
  • b323abeb4b doc: release of 0.1.6 (#2982) Simon Hauser 2024-03-13 09:04:46 +01:00
  • 7472420f87 fix(action.toggle_prompt_position): add fallback old position (#2974) Vurtune 2024-03-07 17:10:20 -05:00
  • dc1ea28cc2 Revert "fix(picker): actually set prompt win to text wrap (#2930)" (#2967) James Trew 2024-03-04 00:59:31 -05:00
  • 13c1436932 feat(previewer): use treesitter for highlights, regex fallback (#2971) Jan Steinke 2024-03-03 23:23:28 +01:00
  • aa83606299 fix(config): set default cache_picker.ignore_empty_prompt to false (#2962) James Trew 2024-03-01 13:09:04 -05:00
  • 5f5fc3aa75 fix(picker): wrap vim.fn.expand cword in pcall to avoid Vim:E348 (#2961) Pou Yan 2024-02-29 19:59:47 +08:00
  • d5c4d98563 doc(config): fix default for cache_picker.ignore_empty_prompt (#2957) James Trew 2024-02-27 20:00:20 -05:00
  • 2e1e382df4 feat(action): add type into qf entry when calling entry_to_qf function (#2897) Liu 2024-02-24 22:24:24 +08:00
  • 6868df51d2 feat(bultin.buffer): add select_current option (#2918) Damjan 9000 2024-02-24 15:21:25 +01:00
  • 52190bd8f9 fix(picker): actually set prompt win to text wrap (#2930) James Trew 2024-02-24 09:12:39 -05:00
  • e9fd72bdb8 feat: only cache picker if the prompt is non empty; support last non-empty search instead (#2817) Kushashwa Ravi Shrimali 2024-02-24 19:35:48 +05:30
  • 955e50dfed feat(git_files): support emoji/unicode in filenames (#2943) James Trew 2024-02-23 20:28:29 -05:00
  • fa81a4b133 fix(picker): prevent status text from hiding prompt (#2936) James Trew 2024-02-23 20:10:33 -05:00
  • 12e42a3625 fix(current_buffer_fuzzy_find): error on select (#2942) James Trew 2024-02-23 20:08:59 -05:00
  • a5b69afa48 refactor(lsp): consolidate some picker jump logic (#2935) James Trew 2024-02-22 22:15:55 -05:00
  • b744cf5975 fix(git_branch): previewer commit hash dynamic highlighting (#2921) Pedro Ferrari 2024-02-16 22:44:31 -03:00
  • 45d61cc8da fix(builtin.current_buffer_fuzzy_find): manually go through highlighted chars to pick smallest one (#2922) Anton Kastritskii 2024-02-15 13:54:21 +00:00
  • fac5da839e feat(builtin.current_buffer_fuzzy_find): jump to first matched char (#2909) Anton Kastritskii 2024-02-15 02:01:13 +00:00
  • eb88dc6434 feat(builtin.autocommands): support jumping to lua callback src (#2916) Tyler Miller 2024-02-13 19:00:33 -08:00
  • 0f865f17af fix(action): horizontal scroll after preview toggling (#2915) James Trew 2024-02-08 21:38:30 -05:00
  • 236083884c fix: do not alter jumplist when jumping to a line in a file (#2910) Marco De Donno 2024-02-04 22:37:33 +01:00
  • 7b5c5f56a2 docs(developers): fix incorrect file paths (#2902) ALX99 2024-02-01 12:54:50 +09:00
  • e54fbf4ab2 fix(previewer): buffer previews for term not initially scrolled (#2899) rjooske 2024-01-30 03:11:46 +09:00
  • 2f3857c25b feat(mappings): allowing passing desc to mappings (#2892) James Trew 2024-01-27 08:00:48 -05:00
  • f1fd99ebfb doc(action_state): improve description of action_state.get_current_line (#2895) Kobu 2024-01-27 13:52:55 +01:00
  • 1bfbb1fb5c Revert "doc(layout_strategies): document shared options for bottom_pane" (#2893) James Trew 2024-01-24 22:56:32 -05:00
  • 301505da4b fix(previewer): buffer_previewer_maker now receives all necessary opts everywhere (#2833) atusy 2024-01-24 07:36:00 +09:00
  • 36dce6261a doc(layout_strategies): document shared options for bottom_pane (#2887) James Trew 2024-01-22 22:13:22 -05:00
  • 20efb38649 docs(contrib): update contribution guide (#2879) James Trew 2024-01-21 17:07:28 -05:00
  • 0902bb39eb fix(git_status): support path_display (#2881) James Trew 2024-01-20 20:50:21 -05:00
  • 24778fd72f feat(picker): allow appending original window cword to prompt (#2878) James Trew 2024-01-19 21:38:27 -05:00
  • 9cf58f438f fix(config)!: fallback to vim.o.winblend (#2861) Simon Hauser 2024-01-18 11:45:02 +01:00
  • b4befa1c2f fix: fallback to filetype for get_lang for treesitter highlighting (#2867) Sebastian Lyng Johansen 2024-01-18 11:43:26 +01:00
  • 43cabe5327 docs: update CONTRIBUTING.md (#2876) James Trew 2024-01-17 23:18:33 -05:00
  • da8b3d4859 feat(builtin.oldfiles): support file location opening (#2863) Arne Van Maele 2024-01-12 04:53:31 +01:00
  • d8129bf9f0 fix(pickers): when no lnum given, don't set entry.lnum (#2865) James Trew 2024-01-11 22:35:52 -05:00
  • b3ff5f3320 fix(builtin.oldfiles): cwd matching with special characters (#2860) James Trew 2024-01-10 21:02:29 -05:00
  • 5550bbb1b6 fix(builtin.marks): normalize mark path (#2859) James Trew 2024-01-10 20:38:09 -05:00
  • 4367e05c06 fix(builtin)!: quickfix entry maker does not used fixed width for file (#2842) JD 2024-01-09 04:14:24 -05:00
  • 03681adde1 fix(builin.grepstring): use 'normal!' instead of 'normal' (#2852) taeruh 2024-01-09 19:39:44 +11:00
  • 0bf09d05ab feat: Support Line Column in file pickers (#2791) Dmitriy Kovalenko 2024-01-09 09:35:26 +01:00
  • 87e92ea31b chore(debounce): update type annotations to use LuaCATS (#2848) James Trew 2024-01-04 11:24:19 -05:00
  • 8b56e9bb2d fix(builtin.buffers): better buffer in cwd check (#2847) James Trew 2024-01-03 22:18:39 -05:00
  • c621f71012 fix(builtin.buffers): improve only_cwd handling with partial matches (#2845) James Trew 2024-01-03 19:49:03 -05:00
  • 983460fb8c fix(picker): correctly apply wrap_results option (#2840) Sultanahamer 2024-01-03 19:33:36 +05:30
  • 3466159b0f fix(builtin.colorscheme): get current colorscheme (#2837) James Trew 2023-12-28 20:18:41 -05:00
  • e0651458f2 fix(builtin.keymaps): escape newline chars in desc (#2832) James Trew 2023-12-27 12:21:05 -05:00
  • aacaa9cd03 refactor(colorscheme): clean up vim.cmd colorscheme calls (#2830) James Trew 2023-12-26 20:50:20 -05:00
  • c0ee29e8e4 refactor(git_status): clean up prompt retrieval for on_complete (#2829) James Trew 2023-12-26 15:54:54 -05:00
  • ae6708a90b fix(which_key): always close on telescope prompt exit Sean Mackesey 2023-12-25 16:01:16 -05:00
  • bccedaf88b fix(git_status): keep picker open with no matches (#2825) James Trew 2023-12-25 14:17:41 -05:00
  • fa4d663c8c docs(git_status): add missing opt expand_dir (#2824) James Trew 2023-12-25 11:45:01 -05:00
  • 9907deaed2 fix(builtin.commands): make 0-arg commands be repeatable by @: (#2808) Liu 2023-12-25 03:25:02 +08:00
  • f336f8cfab feat(mappings): add horizontal scrolling to normal mode defaults Ahmni Pang-Johnson 2023-12-19 17:58:36 -06:00
  • 6213322ab5 feat(builtin.git_status): convert to async finder LUCIANO FURTADO 2023-12-05 21:50:38 -06:00
  • 3f5f165447 feat(buffers): add buffers_sort option (#2793) Brian Mayo 2023-12-03 19:24:07 +01:00
  • e90fdba90d doc(readme): update tag to latest version (#2805) 牧羊犬真Q 2023-12-03 14:22:21 +08:00
  • 5f18f3dc51 fix(action): ensure delete_mark handles uppercase marks Liu 2023-12-03 06:01:46 +08:00
  • 84c5a71d82 fix: async job close not working #2797 (#2798) Marskey 2023-11-28 02:50:22 +08:00
  • e4c62dedd7 feat(actions): add delete_mark (#2769) Chen Lu 2023-11-26 03:37:50 +00:00
  • 18774ec792 fix: split commands while picker is open (#2784) geril2207 2023-11-16 05:12:34 +03:00
  • b6edf826b4 fix(preview): allow arbitrary horizontal scrolling (#2787) Carlos Afonso 2023-11-16 01:26:52 +00:00
  • 721cdcae13 chore: fix marks picker options (#2783) James Trew 2023-11-14 22:47:37 -05:00
  • 4e77d1991d feat(marks): add support for displaying marks according to the mark_type (#2775) LUCIANO FURTADO 2023-11-14 20:42:17 -06:00
  • 20bf20500c fix: nil problem when jump to location when tab drop is set as jump_type (#2760) Hicro 2023-11-05 23:06:57 -03:00
  • 4522d7e3ea fix: jumplist picker resume after bwipeout (#2753) Garry Filakhtov 2023-10-23 23:19:17 +11:00
  • 8c9fd22952 fix(actions): set location list title (#2741) Giuseppe Rota 2023-10-23 09:57:47 +02:00
  • 3a2579e203 fix: always reset prompt highlighting (#2739) Simon Hauser 2023-10-23 09:45:01 +02:00
  • a62db885fd fix: do not send data to closed stream (#2746) Frantisek Stanko 2023-10-23 09:44:27 +02:00
  • 060fedfdea feat(lsp-jump-type): tab drop as new jump_type option for go-to LSP pickers (#2751) Hicro 2023-10-23 04:41:29 -03:00
  • 74ce793a60 doc(readme): add luajit requirement (#2738) Simon Hauser 2023-10-11 12:29:23 +02:00
  • a2a15cf6c9 doc: update tag to latest version (#2737) Simon Hauser 2023-10-11 12:26:43 +02:00
  • 550055e640 fix: correctly create User autocmd in action.which_key (#2736) Simon Hauser 2023-10-11 08:07:30 +02:00
  • fd00a0a269 chore: generate highlight_limit docs Simon Hauser 2023-10-11 07:57:45 +02:00
  • 5a747a9587 fix(lsp): call hierarchy results processing (#2728) AI 2023-10-07 21:05:04 +01:00
  • 205f469244 fix(actions): fixes folding. Fixes #699 (#2726) Folke Lemaitre 2023-10-06 03:56:00 +02:00
  • 8c69f58427 feat(preview)!: add opts.preview.highlight_limit with default 1MB (#2715) LW 2023-10-02 08:51:34 -07:00
  • 7d51950854 docs(readme): clarify mapping (#2723) Sumanth Lingappa 2023-10-01 23:36:48 +05:30
  • ffe90fac32 feat(current_buffer_fuzzy_find): results_ts_highlight option (#2722) James Trew 2023-09-28 21:42:03 -04:00
  • 84d53dfdbe feat(pickers): fully customizable layout (#2572) Munif Tanjim 2023-09-27 12:34:22 +06:00
  • 5c91b855b8 Fix resize/preview toggles of the cursor layout (#2718) Yorick Peterse 2023-09-27 04:41:34 +02:00
  • ed9574dd6d Add git_rename_branch git action (#2713) Andrés Cuellar 2023-09-23 15:29:15 -05:00
  • 40c8d2fc2b fix: only validate severity table when using a range (#2709) Charles Moscofian 2023-09-20 01:55:48 +02:00
  • e7cfbb5d1f fix(git): tbl_isarray compat with nvim 0.9 (#2710) James Trew 2023-09-19 19:43:18 -04:00
  • b543aaa2c9 fix: prompt_prefix leading whitespace normal mode cc (#2699) James Trew 2023-09-15 23:40:00 -04:00
  • 59812c26d8 docs(readme): update to latest tag version (#2700) James Trew 2023-09-13 22:23:21 -04:00
  • a19770625a feat: check if cmd extension can be loaded (#2655) Will Hopkins 2023-09-10 03:23:28 -07:00