470 Commits

Author SHA1 Message Date
ThePrimeagen
ed1f853847
Merge pull request #658 from KorayAydemir/harpoon2-fix-docs
docs: fix code example in README
2025-02-10 11:22:07 -10:00
Koray Aydemir
93873d1483 docs: fix code example in README 2025-02-10 23:46:48 +03:00
ThePrimeagen
7f5bb6f187
Merge pull request #628 from PedroBinotto/harpoon2
[BUGFIX] Calling `remove_at` to manipulate elements when using Telescope UI causes items list to become malformed
2025-02-09 17:17:03 -10:00
Prime Again
09c6d045fb feat: highlight current file 2025-02-09 15:09:54 -07:00
Elvis Hernandez
19309b636f use string.find instead of string.match to avoid special char weirdness 2025-02-09 15:09:54 -07:00
Elvis Hernandez
27fce89fe8 Highlight the current buffer in the harpoon menu and match the cursor
position if it exists
2025-02-09 15:09:54 -07:00
Prime Again
3b8cf0e1ea feat: length 1 to 0 bug 2025-02-09 14:50:39 -07:00
n8tlarsen
b924b2cb9e
Fix for #653 2025-01-24 16:42:42 -06:00
ThePrimeagen
a84ab829ea
Merge pull request #644 from AmeerArsala/harpoon2
added option to specify height in lines of the window
2024-11-12 19:00:07 -07:00
Ameer Arsala
ba7848ae7e added option to specify height in lines of the window 2024-11-12 15:53:46 -08:00
Pedro Santi Binotto
0754d1cb7b
add nil entries to unit test cases 2024-08-20 16:15:23 -03:00
Pedro Binotto
2ee09560e6 wip https://github.com/ThePrimeagen/harpoon/issues/627 2024-08-16 00:59:38 -03:00
ThePrimeagen
0378a6c428
Merge pull request #558 from namolnad/patch-1
Fix deprecation warning typo
2024-04-09 12:41:15 -06:00
theprimeagen
d345631162 possible fix: hoping to address #566 #567 2024-04-09 12:34:59 -06:00
Dan Loman
7543bd3080
Fix typo 2024-04-05 20:44:56 -07:00
theprimeagen
da326d0438 fix: other-file kept being created 2024-04-04 11:00:16 -06:00
theprimeagen
1efff797a7 chore: formatting + lint 2024-04-04 10:59:34 -06:00
theprimeagen
5b344710b7 feat: closes #542 : out of bounds navigation. this was a pain in the ass 2024-04-04 10:58:56 -06:00
theprimeagen
77d52b2a88 feat: holed ui lists even with bonus whitespace 2024-04-04 09:58:14 -06:00
theprimeagen
0d959f34c0 fix: replace_at causes duplicates 2024-04-04 09:30:55 -06:00
ThePrimeagen
2e25a13fa4
Merge pull request #544 from radvil/api/expose-index
feat(list-api): expose index for later usage
2024-04-03 16:11:29 -06:00
ThePrimeagen
3d35250de8
Merge pull request #541 from abeldekat/harpoon2
fix: The name is ....... sometimes too broad for a buffer
2024-04-03 16:04:46 -06:00
ThePrimeagen
02ccb7b92b
Merge pull request #547 from Makaze/patch-1
Fix error on item select: Missing length argument (Resolves #546)
2024-04-03 16:02:10 -06:00
theprimeagen
886ebae02d feat: move everything into the harpoon directory 2024-04-03 15:59:11 -06:00
theprimeagen
527686e06d fix: emergency fix 2024-04-03 15:39:53 -06:00
theprimeagen
3e32576076 feat: hashing on a per config.settings.key() basis 2024-04-03 15:34:59 -06:00
Christopher Lane
e76cb03c42
Fix error on item select: Missing length argument
Addresses the following error resulting from not passing `length` param on line 170:
```
E5108: Error executing lua: ...kaze/.local/share/nvim/lazy/harpoon/lua/harpoon/list.lua:242: 'for' limit must be a number
stack traceback:
        ...kaze/.local/share/nvim/lazy/harpoon/lua/harpoon/list.lua:242: in function 'resolve_displayed'
        ...makaze/.local/share/nvim/lazy/harpoon/lua/harpoon/ui.lua:170: in function 'select_menu_item'
        ...ze/.local/share/nvim/lazy/harpoon/lua/harpoon/buffer.lua:21: in function 'run_select_command'
        ...ze/.local/share/nvim/lazy/harpoon/lua/harpoon/buffer.lua:61: in function <...ze/.local/share/nvim/lazy/harpoon/lua/harpoon/buffer.lua:60>
```
2024-04-02 21:03:14 -04:00
theprimeagen
4ad05be8fe feat: replace_at with harpoon lists 2024-04-02 15:05:27 -06:00
Radvil
3292a609c6 feat(list-api): expose index for later usage
- I have a custom append/prepend list where I need to notify the user if
current file is already in the list, if it is, I want to hint the use
for the exact index, so we can go faster
2024-04-02 00:18:39 +08:00
abeldekat
c6446e971f harpoon select: ask for the bufnr using the exact name 2024-03-24 11:26:29 +01:00
mpaulson
a38be6e0dd feat: small fixes to minimal and Makefile 2024-01-26 14:54:13 -07:00
ThePrimeagen
2cd4e03372
Merge pull request #475 from theKnightsOfRohan/fix/issue_templates
fix issue templates (Correctly this time)
2024-01-06 08:49:08 -07:00
theKnightsOfRohan
f349a66c76
Create feature_request.yml 2024-01-05 20:49:35 -08:00
theKnightsOfRohan
0cb4aa0680
Create bug_report.yml 2024-01-05 20:48:57 -08:00
ThePrimeagen
fe03a9dda0
Merge pull request #464 from maxrzaw/add-testing-instructions
feat: add some testing instructions
2024-01-05 15:34:23 -07:00
ThePrimeagen
3f51d3284e
Merge pull request #463 from maxrzaw/add-more-toggle-options
feat: add title and ui_max_width toggle options
2024-01-05 15:33:27 -07:00
ThePrimeagen
aec1036da4
Merge pull request #460 from piraz/harpoon2
docs: document lazy.nvim instalation
2024-01-05 15:25:41 -07:00
ThePrimeagen
3bfbd73337
Merge pull request #453 from NStefan002/harpoon2
more ui tests
2024-01-05 15:23:40 -07:00
ThePrimeagen
9411ce15d3
Merge pull request #451 from otavioschwanck/feat/navigate-with-numbers
feat: navigate_with_numbers
2024-01-05 15:22:00 -07:00
ThePrimeagen
9ef3cb0794
Merge pull request #425 from willothy/list-read-evt
feat: add `LIST_READ` event
2024-01-05 15:20:44 -07:00
ThePrimeagen
7124806533
Merge pull request #470 from maxrzaw/makefile-cleanup
feat: Makefile target for test cleanup
2024-01-05 15:19:23 -07:00
ThePrimeagen
4e5672c650
Merge pull request #468 from wllfaria/docs-update-partial-config-item
docs: updating PartialConfigItem definitions
2024-01-05 15:19:15 -07:00
Max Zawisa
34b419984e feat: makefile for test cleanup 2024-01-02 09:04:55 -05:00
Will Hopkins
7d1aef462a
feat: add LIST_READ event 2024-01-01 22:36:35 -08:00
Willians Faria
27847e1901 docs: updating PartialConfigItem definitions 2024-01-01 18:53:47 -03:00
Max Zawisa
cc409f2f2b feat: add title and ui_max_width toggle options
Add options for a custom title and max width for the UI.
Keep the same default behavior as before.
2023-12-30 21:00:43 -05:00
Max Zawisa
15ee93ccde add some testing instructions 2023-12-30 15:47:29 -05:00
Flavio Garcia
272faf32b7 docs: document lazy.nvim instalation 2023-12-29 00:25:13 -05:00
ThePrimeagen
6afc142443
Merge pull request #457 from pockata/adjust-ui-create
Adjust UI_CREATE events
2023-12-28 15:02:05 -07:00
Rosen Stoyanov
aaff5f01e0
feat: Add current_file to UI_CREATE 2023-12-28 17:14:21 +02:00