12 Commits

Author SHA1 Message Date
Frederik Buchlák
09af251a93
docs: folke => lazy.nvim (#39) 2024-01-19 16:14:01 +01: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
Folke Lemaitre
7b86ec2430
docs: lazy install 2023-05-22 16:38:25 +02: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
Folke Lemaitre
5b7e71abe9
docs: update path to session in state directory. Fixes #20 2023-01-17 10:53:36 +01:00
Folke Lemaitre
70c281e54e
fix: dont throw error when session was already stopped 2023-01-06 19:28:37 +01:00
Jann Marc
5453a25028
docs: updated session directory (#16)
* Update README.md

* Update docs
2023-01-05 08:38:06 +01:00
Nicola
b863639ee7
docs: key mappings present in the README (#10) 2022-09-03 14:36:12 +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