136 Commits

Author SHA1 Message Date
ThePrimeagen
8593232cc3 feat(sort of done): Vimeonteuhonteuhon
teu
2021-05-11 11:31:12 -06:00
ThePrimeagen
2374c696d3 chore(lint): ... so much of it 2021-05-11 10:50:53 -06:00
ThePrimeagen
1605603235 Merge branch 'master' of github.com:ThePrimeagen/harpoon 2021-05-11 10:31:44 -06:00
ThePrimeagen
2d37262466
Merge pull request #75 from rudotriton/gh-actions
GH actions
2021-05-11 10:28:18 -06:00
ThePrimeagen
0572fa81d3 fix(ui): Navigation with enter on menu 2021-05-11 10:11:46 -06:00
Raigo Jerva
9a2486de43
Merge branch 'master' into gh-actions 2021-05-11 00:35:41 +03:00
Raigo Jerva
979d39ba25
create github actions
- add linter workflow
- fix linter errors
- finish incomplete function in term.lua
- add formatter workflow
2021-05-11 00:34:25 +03:00
ThePrimeagen
a96cafc56d
Merge pull request #70 from asbjornhaland/navigate_on_enter
feat(ui): navigate to mark on enter
2021-05-10 11:05:15 -06:00
Asbjørn Håland
09440052d7 feat(ui): navigate to mark on enter 2021-05-10 17:18:37 +02:00
ThePrimeagen
634e65dcab
Merge pull request #69 from ThePrimeagen/enhance-logging
feat(logging): Enhanced the logging
2021-05-06 13:31:56 -06:00
ThePrimeagen
6e56ab4150 feat(logging): Enhanced the logging
Made a key appear on all the logs so its easy to read each sessions data
instead of one big ass-file
2021-05-06 13:22:56 -06:00
ThePrimeagen
c2b7ef3d37
Merge pull request #66 from rudotriton/formatting
formatting with stylua
2021-05-05 14:05:11 -06:00
Raigo Jerva
375ce5a311
formatting with stylua 2021-05-04 11:01:39 +03:00
ThePrimeagen
6b254947fd
Merge pull request #65 from rudotriton/logging-and-various
Add logging
2021-05-03 12:55:33 -06:00
Raigo Jerva
140d1ca109
adjust log levels
- set every function call to trace, logs in between as bebug
2021-05-03 21:45:24 +03:00
Raigo Jerva
1d65f6a888
address various comments 2021-05-03 21:23:07 +03:00
Raigo Jerva
a6e8a63520
update
- update readme
- revert nonfunctional changes in term.lua
- promote log level for next and previous commands
- make env var more important than vim.g
2021-05-02 10:52:00 +03:00
Raigo Jerva
c245041e21
revert nonfunctional changes 2021-05-02 10:04:00 +03:00
Raigo Jerva
d8e2fcedf3
remove duplicate trace for expand_dir() 2021-05-01 20:01:39 +03:00
Raigo Jerva
e06d8f1aea
adjust log levels
- promote direct interactions to info
- demote local functions to trace
2021-04-29 21:10:21 +03:00
Raigo Jerva
51b7239577
Logging for term commands, fix unknown argument
vim.api.nvim_buf_set_option(buf_id, "bufhidden", "hide") happened to
work, even though the first argument did not exist, since by default it
would set the option on the current buffer which it happens to be.
2021-04-29 00:15:01 +03:00
Raigo Jerva
350c7feea4
update logging for init and mark 2021-04-29 00:02:09 +03:00
Raigo Jerva
0b61951167
Merge remote-tracking branch 'upstream/master' into logging-and-various 2021-04-28 12:44:16 +03:00
Raigo Jerva
02f4e77111
Add further logging, fix callbacks
The callbacks are in a nested table, so they weren't actually called. If
there aren't more events then callbacks for "changed" don't need to be
nested in the callbacks table. Alternatively emitChanged() could take an
event name: emit("changed") and run callbacks for a specific event or
take a table of events and run for all, emit({"changed", "navigate"}).
2021-04-28 12:07:32 +03:00
ThePrimeagen
c2500292d3
Merge pull request #64 from Ind1eMonk3y/master
Enhance cursor offset saving/restoring
2021-04-27 12:14:13 -06:00
Raigo Jerva
8a4c443145
Add logging 2021-04-27 20:40:47 +03:00
Ind1eMonk3y
4a83cc866d Enhance cursor offset saving/restoring 2021-04-27 04:11:51 +02:00
ThePrimeagen
317e3a0e34
Merge pull request #62 from CyberGsus/add-plenary-to-readme
Added plenary.nvim as an explicit dependency on docs
2021-04-26 14:35:42 -06:00
Cyber Gsus
3244e34254 Added plenary.nvim as an explicit dependency on docs 2021-04-26 21:47:18 +02:00
ThePrimeagen
467343b944
Merge pull request #60 from asbjornhaland/format_term_cmds
feat(term): add string.format to term cmds
2021-04-21 20:22:31 -06:00
Asbjørn Håland
70d02464bf feat(term): add string.format to term cmds 2021-04-21 21:08:27 +02:00
ThePrimeagen
8b785eafe5
Merge pull request #59 from asbjornhaland/save
fix(mark): move early exit after saving
2021-04-21 08:30:54 -06:00
Asbjørn Håland
d58400e230 fix(mark): move early exit after saving 2021-04-21 14:43:20 +02:00
ThePrimeagen
4f55149303
Merge pull request #58 from ThePrimeagen/save_on_change
Save on change
2021-04-19 13:23:21 -06:00
ThePrimeagen
94763cb387 feat(save): set save upon every change instead on exit.
there has been several times in which I lose my entire mark list because
i am not saving upon change, but instead on end.
2021-04-19 13:22:09 -06:00
ThePrimeagen
d8adc4825f
Merge pull request #57 from rudotriton/master
remove print statement to a nonexistent value
2021-04-14 15:43:47 -06:00
Raigo Jerva
760ba07a77
remove print statement to a nonexistent value 2021-04-14 23:11:42 +03:00
ThePrimeagen
5190f6f9fc feat(readme): First update to the readme 2021-04-14 08:23:46 -06:00
ThePrimeagen
272e1c8ac4 fix(lint): Removed some lint 2021-04-14 07:55:11 -06:00
ThePrimeagen
c90596bb71
Merge pull request #50 from A-Daneel/master
fix(ui): menusave now gets called on menu toggle
2021-04-14 07:51:22 -06:00
Peter Sabel (Zabel)
59bb920a67 fix(ui): menusave now gets called on menu toggle
Not sure if this is the proper way to solve this.
But my moving the son_menu_save call into the closing if-loop it will
get properly called on when closing the menu with toggle_quick_menu().

I think merging this change will resolve issue #49.
2021-04-14 14:25:39 +02:00
ThePrimeagen
0eb1161288
Merge pull request #54 from ThePrimeagen/worktree
feat(worktree): harpoon now works well with worktrees
2021-04-07 14:43:24 -06:00
ThePrimeagen
4548a7a3c9 feat(worktree): harpoon now works well with worktrees 2021-04-07 14:42:36 -06:00
ThePrimeagen
44810f677d
Merge pull request #53 from ThePrimeagen/cwd
feat(cwd): do not cache the cwd for gitworktrees
2021-04-06 13:17:52 -06:00
ThePrimeagen
5a7d3a6ae8 feat(cwd): do not cache the cwd for gitworktrees 2021-04-06 13:16:17 -06:00
ThePrimeagen
50a5784db5
Merge pull request #51 from joacohoyos/master
Fix bug when adding file on previously removed mark
2021-04-01 08:14:25 -06:00
ThePrimeagen
a47beb5d10 Merge branch 'master' of github.com:ThePrimeagen/harpoon 2021-04-01 07:52:21 -06:00
ThePrimeagen
53e10c276e feat(FUNDING!) 2021-04-01 07:51:59 -06:00
Joaquin Hoyos
b0437610ab create mark with buf_name instead of empty string 2021-03-31 20:50:58 -03:00
ThePrimeagen
abb717f174
Merge pull request #46 from jesseleite/customize-menu-window-yayaya
Customizable menu window
2021-03-25 11:24:28 -06:00