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
Pranav Rao
15bf2c65c2
chore(lint): get rid of it, all of it
2022-05-06 12:46:06 -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
eaff8ac534
Merge pull request #159 from svrana/tmux-goto-pane
...
Fix tmux gotoTerminal for panes
2022-04-05 14:52:28 -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
Kelly Lin
083afaa9e9
Add support for deleting marks when multiselected by picker
2022-03-28 17:10:14 +11:00
Shaw Vrana
2b29b87c0a
Fix tmux gotoTerminal for panes
...
gotoTerminal should work for both the pane and window case.
2022-02-16 13:19:39 -08:00
ThePrimeagen
b2bb0d6f2b
Merge pull request #161 from jamestrew/refactor/git-branch-specific-marks
...
refactor: improve git branch specific marks impl
2022-02-16 12:44:37 -07:00
James Trew
62bde13472
refactor: improve git branch specific marks
2022-02-09 23:02:25 -05:00
David Aguilar
a204fc29df
harpoon.ui: handle absolute paths
...
If the filename is an absolute path then there is no need to
prepend the path with the current directory.
Detect absolute paths and open them as-is.
This fixes harpoon when editing files through symlinks
that point to other places on the filesystem.
2022-02-04 21:40:45 -08:00
David Aguilar
cdb64582dc
harpoon.ui: use vim.loop.cwd() to avoid blocking the event loop
...
Prefer the async API for getting the cwd.
2022-02-03 22:44:20 -08:00
Pranav Rao
627be003bf
fix(tmux): fix tmux module to comply with latest changes to tmux API
2022-02-03 22:26:19 -05:00
ThePrimeagen
e396483b7c
Merge pull request #98 from aaronhallaert/marks_git_branch
...
Add mark functionality per git branch
2022-02-03 13:08:16 -07:00
ThePrimeagen
befb9e08d7
Merge pull request #150 from camgraff/feature/tmux_pane_identifiers
...
Add ability to pass any tmux pane identifier
2022-02-01 08:57:24 -07:00
Aaron Hallaert
accf7ef4ef
Change project_key to function
2022-01-24 14:12:01 +01:00
Aaron Hallaert
968b93cf76
Add config to mark git branch
2022-01-24 12:24:47 +01:00
Aaron Hallaert
60167d9b18
Add mark functionality per git branch
2022-01-24 12:22:39 +01:00
Cam Graff
7cf2e20a41
Add ability to pass any tmux pane identifier
2022-01-22 19:27:11 -06:00
Juan Alejandro Bernal
8eda89873c
fixed stylua
2022-01-13 17:39:06 -05:00
Juan Alejandro Bernal
d5031b54b5
fixed inconsistent jumping between similarly named files
2022-01-12 19:42:01 -05:00
Ben Hansske
9a7f7214f2
fix #135 "Attempt to index local 'projects' (a nil value)"
2021-12-03 21:30:32 +01:00
ThePrimeagen
d2b054c487
Merge branch 'master' into master
2021-12-02 08:58:29 -07:00
ThePrimeagen
6424016453
Merge pull request #132 from renerocksai/fix-multi-vimstances
...
fix #68 marks not saving due to over-writing by multiple vim instances
2021-12-02 08:57:00 -07:00
Raafat Turki
dbfea7713d
oops
2021-12-02 04:18:12 +03:00
Raafat Turki
a5a0820876
chore: linting
2021-12-02 04:12:56 +03:00
Rene Schallner
77524e75e3
fixed formatting (stylua)
2021-12-02 01:32:51 +01:00