Aaron
a2fd3d9965
fix: remove expand() as stdpath() expands itself ( #50 )
2024-06-12 05:53:08 +02:00
github-actions[bot]
5fe077056c
chore(build): auto-generate vimdoc
2024-05-16 17:03:50 +00:00
Roeeeee
3d443bd0a7
feat(persistence): add pre-
and post-
load hooks ( #24 )
...
* Add optional hook typings to config object
* Add optional hooks conditional calls
* Add hooks description to main readme
2024-05-16 19:03:16 +02:00
github-actions[bot]
4982499c16
chore(build): auto-generate vimdoc
2024-01-19 15:14:59 +00:00
FineFindus
9dbe2648c6
fix: don't save gitrebase
session ( #44 )
2024-01-19 16:14:29 +01:00
Frederik Buchlák
09af251a93
docs: folke => lazy.nvim ( #39 )
2024-01-19 16:14:01 +01:00
github-actions[bot]
ad538bfd53
chore(main): release 2.0.0 ( #36 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.0.0
2023-10-15 21:42:03 +02:00
github-actions[bot]
01d7fa95fe
chore(build): auto-generate vimdoc
2023-10-15 19:41:11 +00:00
Folke Lemaitre
0361df7775
fix(start)!: session name is now based on the cwd when the session starts and not when the session ends. Fixes #1688
2023-10-15 21:40:27 +02:00
github-actions[bot]
9730a073fd
chore(main): release 1.2.1 ( #34 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v1.2.1
2023-10-13 08:56:34 +02:00
Folke Lemaitre
8f7cbccfb5
fix: dont save the session when only gitcommit
buffers are present. Fixes #14
2023-10-13 08:47:08 +02:00
github-actions[bot]
21f55da0d3
chore(main): release 1.2.0 ( #33 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v1.2.0
2023-10-13 07:58:56 +02:00
github-actions[bot]
878c3b32d9
chore(build): auto-generate vimdoc
2023-10-13 05:57:50 +00:00
Folke Lemaitre
e9afeaf3a7
feat: don't save the session when no files are open (save_empty = false)
2023-10-13 07:57:09 +02:00
github-actions[bot]
4b8051c01f
chore(build): auto-generate vimdoc
2023-05-22 14:39:07 +00:00
Folke Lemaitre
7b86ec2430
docs: lazy install
2023-05-22 16:38:25 +02:00
Folke Lemaitre
c814fae5c3
chore: update templates
2023-03-19 21:15:43 +01:00
github-actions[bot]
4d2857b647
chore(build): auto-generate vimdoc
2023-03-19 19:37:23 +00:00
Folke Lemaitre
74475d1f7d
chore: update templates
2023-03-19 20:36:39 +01:00
github-actions[bot]
adcf691369
chore(main): release 1.1.0 ( #23 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v1.1.0
2023-02-28 12:43:14 +01:00
github-actions[bot]
5e47847262
chore(build): auto-generate vimdoc
2023-02-28 09:06:44 +00:00
Iron-E
f4bb0c5641
feat(persistence): pre_save
option to call before saving ( #22 )
...
* feat(persistence): `pre_save` option to call before saving
This commit adds the `pre_save` option, which is a `fun()|nil` that will
be called (if present) before saving the current session. Use cases
include filtering buffers, executing `User` autocmds, etc.
* docs: `pre_save` option
2023-02-28 10:05:58 +01:00
github-actions[bot]
d8a3eda0e1
chore(build): auto-generate vimdoc
2023-01-23 19:53:21 +00:00
Folke Lemaitre
b0e2b283c6
ci: checkout v3
2023-01-23 20:52:38 +01:00
github-actions[bot]
cc68aed5a1
chore(build): auto-generate vimdoc
2023-01-17 09:54:20 +00:00
Folke Lemaitre
5b7e71abe9
docs: update path to session in state directory. Fixes #20
2023-01-17 10:53:36 +01:00
github-actions[bot]
8484fdaa28
chore(main): release 1.0.1 ( #18 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v1.0.1
2023-01-06 19:33:37 +01:00
github-actions[bot]
8c40aa7b80
chore(build): auto-generate vimdoc
2023-01-06 18:29:26 +00:00
Folke Lemaitre
70c281e54e
fix: dont throw error when session was already stopped
2023-01-06 19:28:37 +01:00
github-actions[bot]
7421e30704
chore(build): auto-generate vimdoc
2023-01-05 07:38:46 +00:00
Jann Marc
5453a25028
docs: updated session directory ( #16 )
...
* Update README.md
* Update docs
2023-01-05 08:38:06 +01:00
github-actions[bot]
ea9d9245d8
chore(main): release 1.0.0 ( #15 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v1.0.0
2023-01-04 20:35:33 +01:00
github-actions[bot]
8692460ed4
chore(build): auto-generate vimdoc
2023-01-04 19:31:45 +00:00
Folke Lemaitre
b146a8e151
ci: templates
2023-01-04 20:30:48 +01:00
folke
0b412a149c
chore(docs): auto generate vimdoc
2023-01-04 12:53:20 +00:00
Folke Lemaitre
c304745096
feat!: save sessions in state instead of config
2023-01-04 13:52:49 +01:00
folke
5da6ddd077
chore(docs): auto generate vimdoc
2022-11-30 18:29:17 +00:00
Folke Lemaitre
ad7fcd4fed
fix: dont show errors when loading a session
2022-11-30 19:28:48 +01:00
Folke Lemaitre
251e89523d
build: fixed panvimdoc commit message
2022-09-05 10:45:46 +02:00
Folke Lemaitre
efd646334f
build: added doc/tags to .gitignore
2022-09-05 10:34:01 +02:00
Folke Lemaitre
e0b87dc73b
docs: added LICENSE
2022-09-05 10:27:37 +02:00
folke
8b47de30d6
Auto generate docs
2022-09-05 08:02:17 +00:00
Folke Lemaitre
beb1470d8f
build: added panvimdoc github action
2022-09-05 10:01:47 +02:00
Nicola
b863639ee7
docs: key mappings present in the README ( #10 )
2022-09-03 14:36:12 +02:00
FollieHiyuki
77cf5a6ee1
fix: vim.fn.has('win32') returns 0 or 1, not a boolean ( #8 )
2021-10-22 20:24:20 +02:00
3rdey3
83af96b1f2
fix: properly escape session file names on Windows ( #7 )
2021-10-22 13:25:52 +02:00
Alexander Gonzalez
2f2b0cc69d
docs: fix the "restore last session" map in the README ( #2 )
2021-07-20 20:58:19 +02:00
Folke Lemaitre
0194df8e05
docs: added vim-plug instructions and updated lazy-loading event for packer to BufReadPre
2021-07-20 09:09:35 +02:00
Folke Lemaitre
43b005ef5f
docs: fixed typos
2021-07-12 10:49:06 +02:00
Folke Lemaitre
7a67c5a859
docs: added docs
2021-07-12 10:47:14 +02:00