Michael Paulson
01bce04637
chore: style
2023-12-01 14:07:55 -07:00
Michael Paulson
1e041f13b1
feat: removed some duplicate tests that are present in the ui.
2023-12-01 13:56:46 -07:00
Michael Paulson
689778b3aa
chore: style and lint
2023-12-01 13:45:22 -07:00
Michael Paulson
23fb0002cf
fix: broken unit tests
2023-12-01 13:44:59 -07:00
Michael Paulson
a539f664fd
fix: save_on_toggle
2023-12-01 13:18:28 -07:00
Zach Lankton
4bb6637130
add self.config default item in remove function
2023-12-01 01:31:23 -05: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
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
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
Maximilian Øystå Lloyd
39d71e5c55
Formatted failing files
2022-10-27 21:17:44 +02:00
Maximilian Øystå Lloyd
89238b8206
Implement move up for telescope extension
2022-10-01 23:24:58 +02:00
ThePrimeagen
f4aff5bf9b
Merge pull request #181 from yonikosiner/auto-group
...
feat: No longer using `vim.cmd` for auto commands, as there is now a lua api
2022-08-09 20:36:36 -06:00
kiyan
6138ff7096
fix(nav-file): bufnr failure when trying to create the buffer
...
I'm not perfectly sure if this should be upstreamed, but seems like
passing true to bufnr `create` argument now fails.
This fixes this issue by adding a new buffer with bufadd when the buffer
does not exist in the buffer list.
2022-06-05 13:35:53 +02:00