Commit Graph

  • b4da76be54 fix(lsp): stop using deprecated client.supports_method function (#3468) master chupson 2025-05-12 03:21:28 +02:00
  • a4ed82509c fix(lsp): don't return negative values from item_to_location (#3433) Will Lillis 2025-03-18 21:05:22 -04:00
  • a17d611a0e fix(lsp): add default position encoding when calling symbols_to_items() (#3418) Dusty Pomerleau 2025-03-17 11:30:08 +11:00
  • 814f102cd1 fix!(git_status): keep picker open if pwd is clean (#3415) xieyonn 2025-02-25 00:40:24 +08:00
  • 589910694b fix(utils): filter_symbols return table consistently (#3421) James Trew 2025-02-22 19:47:58 -05:00
  • 78857db9e8 fix(previewer): check bufnr is not nil (#3410) Jordan Mandel 2025-02-11 15:01:20 -05:00
  • 415af52339 chore(ci): use latest macOS instead of deprecated macos-12 (#3400) JINNOUCHI Yasushi 2025-01-08 18:26:12 +09:00
  • 2eca9ba220 fix: offset_encoding is required now in make_position_params (#3368) Rocky 2024-11-29 04:54:06 -08:00
  • 85922dde37 refactor: adapt to deprecated jump_to_location (#3344) Tristan Knight 2024-10-29 01:22:28 +00:00
  • f06e7a8871 Revert "feat(lsp): use native lsp handlers for some pickers" (#3349) James Trew 2024-10-29 01:11:39 +00:00
  • 6c468ff9ec feat(lsp): use native lsp handlers for some pickers (#3335) James Trew 2024-10-29 01:03:54 +00:00
  • 37dc9233a4 fix: add shim for vim.lsp.util._str_byteindex() (#3338) Tristan Knight 2024-10-26 15:33:10 +01:00
  • df534c3042 fix(git_status): correctly count result on_complete (#3321) James Trew 2024-10-10 00:08:12 +00:00
  • dc6fc321a5 fix(grep_string): cast search value to string (#3319) James Trew 2024-10-06 02:11:05 +00:00
  • eae0d8fbde fix(treesitter): adapt to upstream change (#3308) Christian Clason 2024-09-30 08:56:14 +02:00
  • cb3f98d935 fix(highlights): previewer show correct highlight group (#3305) Cameron Ring 2024-09-25 17:22:16 -07:00
  • 6b08cdcc22 docs(builtin.tags): add show_kind option (#3304) James Trew 2024-09-25 02:44:41 +00:00
  • 21bfcc3e39 feat(tags): add support for displaying tag kind (#3235) Ruben Laguna 2024-09-25 03:47:39 +02:00
  • b324469959 fix(pickers): sorting_strategy=asc stale result clearing (#3298) James Trew 2024-09-23 02:02:08 +00:00
  • 2ffcfc0d93 fix(builtin.vim_options): fix getting current option values (#3258) sid-6581 2024-09-22 20:58:34 -05:00
  • 175178e388 fix(__internal) : fix slash problem in oldfiles (#3260) Jaehaks 2024-09-22 12:35:27 +09:00
  • b5fd7f7ae0 fix(picker): nil check manager on toggle_selection (#3283) xudyang1 2024-09-18 22:26:50 -04:00
  • 0df05c9e9f docs(README.md): Add description to keymap (#3276) Craig Rodrigues 2024-09-17 19:18:15 -07:00
  • 40d6d81b1d feat(builtin): allow picking help pages and colorschemes not yet loaded by Lazy.nvim (#3295) Micah Halter 2024-09-16 12:27:51 -04:00
  • 927c10f748 fix(builtin.oldfiles): no output when cwd is root (#3271) Ronan Dalton 2024-09-13 13:12:33 +12:00
  • f377c772d9 Revert "fix(buffers): bad sort_lastused result selection (#3289)" (#3293) James Trew 2024-09-13 00:35:25 +00:00
  • 1398e11b06 fix(buffers): bad sort_lastused result selection (#3289) James Trew 2024-09-12 01:49:25 +00:00
  • cfaf68420e fix(lsp): handle empty call hierarchy items (#3288) James Trew 2024-09-12 01:07:47 +00:00
  • f8985648e0 fix(picker): delete selection in disjointed finder results (#3266) Cameron Ring 2024-09-11 17:32:38 -07:00
  • fe999db6e0 fix(previewers): limit git log entries to prevent fork bomb (#3287) James Trew 2024-09-11 00:11:39 +00:00
  • 5972437de8 fix(term_previewer): ensure terms are closed (#3225) MarcusGrass 2024-08-15 03:50:24 +02:00
  • cac2494a6e fix(term_preview): bad bat command generation (#3256) James Trew 2024-08-14 21:44:40 -04:00
  • 68a6d8e8a0 fix(term_previewer): save state from opt.setup call (#3254) James Trew 2024-08-13 22:17:32 -04:00
  • 159b8b7966 fix(buffer_previewer): save state from opt.setup call (#3253) James Trew 2024-08-13 21:44:42 -04:00
  • 43c47ebc49 fix(lsp): support multiple servers for dynamic symbols (#3248) James Trew 2024-08-13 01:33:53 +00:00
  • 3bb24bb6a9 fix(builtin.colorscheme): improve enable_preview behavior (#3244) Ronan Dalton 2024-08-13 13:30:48 +12:00
  • 3b1600d0fd feat(lsp): support requests to many servers for some pickers (#3211) Enric Lluelles 2024-08-02 03:12:41 +02:00
  • 10b8a82b04 docs(previewer): term_preview env option (#3226) James Trew 2024-07-26 03:29:57 +00:00
  • 3264f0ae9d feat(previewer): allow passing env to new_termopen_previewer (#3224) MarcusGrass 2024-07-26 05:25:46 +02:00
  • 47ab113de5 fix(builtin.builtin): schedule opening next picker (#3222) James Trew 2024-07-25 01:43:14 +00:00
  • d39ad2acde fix(edit action): update jumplist when moving in same file (#3205) Dhananjay 2024-07-25 06:41:02 +05:30
  • bc4e7e4503 fix(current_buffer_fuzzy_find): push cursor on edit (#3219) James Trew 2024-07-24 03:22:00 +00:00
  • d54578395a fix(actions.insert_symbol): schedule to insert at correct position (#3218) James Trew 2024-07-24 01:23:46 +00:00
  • 79552ef848 docs: mention default value of follow option for find_files (#3209) OKURA Masafumi 2024-07-20 23:11:14 +09:00
  • bfcc7d5c6f fix(action.delete_buffer): improve behavior with splits (#3194) James Trew 2024-07-01 15:06:50 -04:00
  • 7bd2f9b72f docs: update layout_strategies config options (#3188) James Trew 2024-06-26 23:27:53 -04:00
  • 816dff9bbf feat(layout_config): add anchor_padding option (#3035) Aaron 2024-06-27 02:47:23 +02:00
  • 61a4a61536 fix(lsp): if_nil <0.10 compat (#3184) James Trew 2024-06-25 10:30:33 -04:00
  • 58ec6eca1c fix(builtin.lsp): respect file_ignore_patterns opt for direct jumps (#3173) James Trew 2024-06-24 23:15:17 -04:00
  • af78ba3b7d fix(builtin): grep/treesitter push cursor on edit (#3175) ash 2024-06-25 03:13:53 +00:00
  • f2bfde705a docs(readme): update latest stable version tag (#3179) Carlos Rodriguez 2024-06-21 04:34:16 -07:00
  • c392f1b78e fix(builtin.buffers): missing return in attach_mappings (#3172) James Trew 2024-06-15 14:40:26 -04:00
  • 979bfa2c44 feat(builtin.buffers): enhance and bind delete_buffer action (#3145) James Trew 2024-06-15 10:24:18 -04:00
  • 77cab9ad63 feat(builtin.colorscheme): add option ignore_builtins (#3155) Chris Grieser 2024-06-15 15:29:34 +02:00
  • 19584e666f fix(layout_strategies): odd flex layout default behavior, previewer hidden at certain widths (#3148) Ronan Dalton 2024-06-16 01:25:51 +12:00
  • ae4420758e chore: don't construct add offset every time merge_styles is called (#3169) Simon Hauser 2024-06-15 15:13:06 +02:00
  • abff89d22b docs(developers.md): change comma typo (#3167) Enrique Fueyo 2024-06-15 06:09:36 -07:00
  • a0435361ba chore: update bug report minimal config (#3161) James Trew 2024-06-15 09:09:23 -04:00
  • 25f04509f7 feat: refactors transform_path and allow smart to be used in conjunction with filename_first (#3152) Anton 2024-06-15 14:57:24 +02:00
  • f12b15e1b3 feat(lsp): notify list_or_jump when no results (#3158) Axel Dahlberg 2024-06-09 07:10:46 -07:00
  • 7231b52276 fix(buffers): select_current not selecting current buffer index (#3147) Yeri Pratama 2024-06-09 21:09:00 +07:00
  • 3a743491e5 fix(lsp.reference): only filter the current line of the current filname (#3154) Lonzo_ghf 2024-06-08 10:32:45 +08:00
  • dfa230be84 fix(lsp): handle URI in item_to_location (#3144) Lawrence Ho 2024-05-30 01:24:09 +08:00
  • 90143d31f2 chore: updating FUNDING (#3143) James Trew 2024-05-28 22:58:15 -04:00
  • 127159a52f fix(lsp.reference): single reference direct jump (#3137) James Trew 2024-05-28 21:34:22 -04:00
  • 2df52609a1 feat(picker): allow appending original window <cWORD>, <cfile> and cursor line to prompt (#3134) Xavier Young 2024-05-28 05:02:25 +08:00
  • 4c96370cf9 fix(make_entry): improve filename_first support (#3140) James Trew 2024-05-26 21:50:31 -04:00
  • 349660c0d3 fix(pickers): improve CRLF line splitting support for windows (#3127) xudyang1 2024-05-26 10:15:31 -04:00
  • c2ce039188 chore(ci): tweak docgen event (#3066) James Trew 2024-05-24 21:19:17 -04:00
  • 5665d93988 fix(builtin.spell_suggest): ciw into black hole register (#3124) Tristan Knight 2024-05-23 03:41:23 +01:00
  • 05f4d6f0a9 feat(builtin.treesitter): add symbol_width opt (#3105) Max Jendruk 2024-05-23 03:50:14 +02:00
  • 4aed63995a chore: add neovim v0.10.0 to ci matrix (#3121) Simon Hauser 2024-05-20 11:55:17 +02:00
  • 0c12735d5a fixup: adapt to deprecations in Nvim 0.10 (#3113) Christian Clason 2024-05-17 20:02:19 +02:00
  • 33f04c3a86 fixup: adapt to deprecations in Nvim 0.10 (#3112) Christian Clason 2024-05-17 18:10:21 +02:00
  • bbdbb7593f fix: adapt to Nvim deprecations in 0.10 (#3109) Christian Clason 2024-05-17 14:39:12 +02:00
  • 96610122a4 fix(builtin.colorscheme): preview colorscheme without previewer (#3097) DevFortunato 2024-05-17 05:08:28 +02:00
  • ccaeeb5af5 fix(builtin.buffers): previews with specified cwd option (#3111) James Trew 2024-05-16 22:55:28 -04:00
  • 52f500110b fix(picker): set current_line state earlier (#3052) James Trew 2024-05-15 21:09:10 -04:00
  • 6f6bb80655 Revert "refactor(lsp): simplify list_to_jump (#3099)" (#3101) James Trew 2024-05-14 10:34:00 -04:00
  • e9be6bb7a7 refactor(lsp): simplify list_to_jump (#3099) James Trew 2024-05-14 00:10:11 -04:00
  • 29fddf76bc fix(checkhealth): windows binary existence check (#3093) Kira Kawai 2024-05-14 13:04:26 +09:00
  • c8b69caae5 fix(lsp): add missing offset_encoding param (#3098) James Trew 2024-05-13 22:54:56 -04:00
  • df4dd3089d fix(lsp.references): include_current_line option regression (#3091) Adrian Göransson 2024-05-14 04:27:57 +02:00
  • 02a60a8396 fix(builtin.oldfiles): fix cwd_only for windows (#3096) Christoph Bier 2024-05-12 20:30:53 +02:00
  • fac83a556e fix(previewer): improve binary mime type check (#3083) James Trew 2024-05-02 21:34:49 -04:00
  • 486a6489c4 fix(builtin.commands): don't remap for feedkeys (#3087) Nolan Prochnau 2024-05-02 21:28:13 -04:00
  • 2d0d057791 fix(picker): notify on empty quickfix and loclist (#3082) Kevin Traver 2024-04-30 19:26:27 -07:00
  • 35f94f0ef3 feat: expand path_display function return type (#3074) Michael 2024-04-26 03:25:42 +03:00
  • 1084d07cf4 fix(buffer_previewer): no preview showing when set nomodifiable (#3077) AoMe · 青目 2024-04-26 00:26:17 +02:00
  • 7d1698f3d8 fix(utils): transform_path always return styling (#3067) James Trew 2024-04-20 22:14:52 -04:00
  • ef75145f80 fix(utils): transform_path filename_first composability (#3065) Anton 2024-04-21 00:59:36 +02:00
  • a4432dfb9b feat(entry_maker): add 'filename_first' option for path_display (#3010) Anton 2024-04-20 06:21:35 +02:00
  • 10d57f38f5 chore(ci): add pull_request trigger on docgen (#2782) James Trew 2024-04-20 00:11:01 -04:00
  • d00d9df48c fix(which_key): close window on mouse click action (#3053) James Trew 2024-04-15 21:03:24 -04:00
  • a3284957d3 fix(which_key): increase zindex for popup window (#3046) Mohamad Sulton Hasanuddin 2024-04-16 06:46:49 +07:00
  • 4d4ade7f2b build: rework ci tests to include windows (#3011) James Trew 2024-04-13 11:27:53 -04:00
  • 5a701e9990 fix(actions): set function name for generate.which_key (#3044) James Trew 2024-04-09 21:26:51 -04:00
  • d26b666b45 fix(marks): preserve uri filenames with path_expand (#3029) gzbfgjf2 2024-04-05 02:03:48 +01:00
  • 4626aaa2bc fix(scrolling): enhance and simplify scrolling (#3028) Hannu Hartikainen 2024-04-02 16:36:54 +03:00
  • 1bb28df3cf feat(actions): support scrolling and selecting with the mouse (#2687) Sofronie Cristian 2024-03-30 06:05:03 +02:00