424 Commits

Author SHA1 Message Date
ThePrimeagen
901e58c04b
Merge pull request #349 from zachlankton/harpoon2-fix-list-remove-bug
add self.config default item in remove function
2023-12-01 07:38:52 -07:00
Zach Lankton
4bb6637130
add self.config default item in remove function 2023-12-01 01:31:23 -05:00
Ryan Winchester
1092e6fe96
Change logo 2023-11-30 23:47:36 -04:00
mpaulson
b8d690f098 chore: formatting and lint 2023-11-30 20:43:29 -07:00
mpaulson
7a356bfb12 feat: more extensive read me and add now comes with config ref 2023-11-30 20:42:31 -07:00
mpaulson
588ede1253 chore: lint 2023-11-30 20:14:45 -07:00
mpaulson
574a642204 chore: style 2023-11-30 20:14:10 -07:00
mpaulson
047cd66d6f fix: addresses #346 and #345 2023-11-30 20:12:04 -07:00
mpaulson
574adeb96d fix: small fixes 2023-11-30 20:07:28 -07:00
ThePrimeagen
95c04787c4
Merge pull request #344 from jeffrydegrande/fix-maybe-bug-in-setup-instructions
This fixes selecting file 2, 3, 4 for me
2023-11-30 17:33:44 -07:00
Jeffry Degrande
d4edc91a1b This fixes selecting file 2, 3, 4 for me 2023-11-30 21:06:37 -03:00
mpaulson
8501bfe8cb fix: nice branch name jerk 2023-11-30 16:19:19 -07:00
mpaulson
d867a33b8e feat: README.md update 2023-11-30 16:16:32 -07:00
mpaulson
6522b48a4e fix: wq would cause the editor to exit 2023-11-30 16:06:15 -07:00
mpaulson
d044315c89 fix: closing window 2023-11-30 15:45:25 -07:00
mpaulson
7d5d1415c2 fix: leaving the window now destroys both border and content win 2023-11-30 15:44:07 -07:00
mpaulson
0904ae057f fix: harpoon2 -> harpoon 2023-11-30 14:28:53 -07:00
mpaulson
1d7ea57575 fix: vertical and horizontal split 2023-11-30 14:24:43 -07:00
mpaulson
ac9cbed9ed feat: harpoon2 -> harpoon 2023-11-30 14:03:51 -07:00
mpaulson
fc35ba1831 TOC 2023-11-30 13:40:36 -07:00
mpaulson
c69292565b TOC 2023-11-30 13:37:10 -07:00
mpaulson
0bb8e5e2ea did i get the style right? 2023-11-30 12:20:11 -07:00
mpaulson
f84bf553e0 feat: more tests, slowly updating readme 2023-11-30 12:17:39 -07:00
mpaulson
5471588300 feat: select navigation 2023-11-29 15:05:59 -07:00
mpaulson
5ec7f9200e feat: adding and removing buffers from list 2023-11-29 14:50:13 -07:00
mpaulson
d98c514359 fix: use save instead of toggle 2023-11-29 07:18:08 -07:00
mpaulson
b6800cb0ed checkpoint: working through a ui test for removing from display 2023-11-28 20:59:24 -07:00
mpaulson
5d6a39c945 fix: lint 2023-11-28 20:40:54 -07:00
mpaulson
b58e3db559 chore: format 2023-11-28 20:36:20 -07:00
mpaulson
6fdff8bc41 feat: listeners for list actions
one thing to consider is if we want to add filtering to the listeners by
list?  or should we move the listeners to the list?
2023-11-28 20:34:00 -07:00
mpaulson
b22cb4a873 feat: toggling menu now works! 2023-11-27 21:06:26 -07:00
mpaulson
5d7ee0d894 checkpoint: i must sleep with my beautiful wife, but f... its borked 2023-11-26 21:04:54 -07:00
mpaulson
2fdac4f4df feat: brought over the old ui. need to get this upgrade to new api 2023-11-20 21:02:33 -07:00
mpaulson
90bcfebca9 feat: changing buffers updates list positions 2023-11-20 21:01:15 -07:00
mpaulson
eafaec8a2e feat: key for indexing 2023-11-09 08:46:05 -07:00
mpaulson
e08020477a partial: i don't know if the splits ackshually work 2023-11-03 19:43:44 -06:00
mpaulson
362b79fe78 feat: resolve_display now works 2023-11-03 19:28:27 -06:00
mpaulson
ab45ad2982 feat: good ass testing going on here 2023-11-03 18:30:35 -06:00
mpaulson
65d652dccd fix: dedupe prepend 2023-11-03 18:13:46 -06:00
mpaulson
734d10bc6d fix: rename and small lint/bug fix and dedupe add 2023-11-03 18:09:20 -06:00
mpaulson
c1f49fef43 feat: list adding now works but duplicates are a problem 2023-11-03 16:57:38 -06:00
mpaulson
543f3a16e1 feat: I am going to marry that data and that list 2023-11-03 15:18:57 -06:00
mpaulson
9e60c39057 feat: config add now produces a correct HarpoonFileListItem 2023-11-03 13:34:08 -06:00
mpaulson
2aa20a84da chore: moved types around 2023-11-03 11:57:35 -06:00
mpaulson
ccf5e1cc0a feat: the basic list for harpoons 2023-11-03 11:52:07 -06:00
ThePrimeagen
21d0d1bfa3
Merge pull request #233 from rsynnest/master
Performance improvements
2022-11-23 06:38:27 -07:00
Roland Synnestvedt
61b24a7ce9 Refactor store_offset to avoid JSON reads. Read marks once and pass them through as a variable 2022-11-23 00:48:22 -08:00
Roland Synnestvedt
b220d3056b Convert vim.fn.decode_json to vim.json.decode 2022-11-22 21:49:54 -08:00
Roland Synnestvedt
0e414fdd5f Performance improvement for store_offset(), partial fix for #188 2022-11-21 23:33:44 -08:00
ThePrimeagen
00f486e963
Merge pull request #223 from MaximilianLloyd/fix-format-failing
Formatted failing files
2022-11-21 08:59:57 -07:00