303 Commits

Author SHA1 Message Date
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
Maximilian Øystå Lloyd
39d71e5c55 Formatted failing files 2022-10-27 21:17:44 +02:00
ThePrimeagen
4dfe94e633
Merge pull request #215 from MaximilianLloyd/move-up
Implement move up for telescope extension
2022-10-06 09:50:12 -06: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
ThePrimeagen
16482f5ba6
Merge pull request #186 from kyazdani42/fix/nav-file/bufnr-failure
fix(nav-file): bufnr failure when trying to create the buffer
2022-08-09 20:35:54 -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
ThePrimeagen
d3d3d22b62
Merge pull request #182 from pranavrao145/feat/makefile
chore(dev): added Makefile and fixed lint workflow
2022-05-07 20:02:03 -06:00
Pranav Rao
15bf2c65c2 chore(lint): get rid of it, all of it 2022-05-06 12:46:06 -04:00
Pranav Rao
e7865eaaa2 chore(dev): added Makefile and fixed lint workflow 2022-05-06 12:38:30 -04:00
Yoni Kosiner
3417c70a61 fix: stylua, happy now? 2022-05-04 17:36:36 +01:00
Yoni Kosiner
883bf289e2 feat: No longer using vim.cmd for auto commands, as there is now a lua
api
2022-05-04 16:05:18 +01:00
ThePrimeagen
28762aa04d
Merge pull request #156 from s-cork/patch-2
fix typo in the readme
2022-04-05 14:53:29 -06:00
ThePrimeagen
eaff8ac534
Merge pull request #159 from svrana/tmux-goto-pane
Fix tmux gotoTerminal for panes
2022-04-05 14:52:28 -06:00
ThePrimeagen
b6a363c037
Merge pull request #175 from jesseleite/tmux-tip-to-tmux-section
Move tmux tip to tmux section of readme
2022-03-31 09:45:34 -06:00
Jesse Leite
063fb54773 Move tmux tip to tmux section. 2022-03-31 11:19:26 -04:00
ThePrimeagen
202b6157d8
Merge pull request #172 from yonikosiner/terminal-to-tmux
Feat: Allow user to switch back to the main neovim window
2022-03-29 08:16:24 -06:00
ThePrimeagen
545bbf90f9
Merge pull request #173 from kelly-lin/patch-2
Fix bug where action_utils was not sourced
2022-03-29 07:55:11 -06:00
Kelly Lin
e4d499814c
Fix bug where action_utils was not sourced
Fix bug where action_utils was not sourced which is required for multiselection mark deletion
2022-03-29 10:06:43 +11:00
ThePrimeagen
4dd6066869
Merge pull request #170 from Mathijs-Bakker/bob_rust
Bob rust
2022-03-28 12:54:16 -06:00
ThePrimeagen
a5a34f0d5d
Merge pull request #171 from kelly-lin/patch-1
Add support for deleting marks when multiselected by picker
2022-03-28 10:36:25 -06:00
Yoni Kosiner
0690c995f6 Feat: Allow user to switch back to the main neovim window 2022-03-28 15:12:34 +01:00