···11-# nivvie :seedline:
11+# nivvie :seedling:
2233tiny neovim session keeper, keeping your place safe
4455-## what it does ๐
55+## :herb: what it does
6677nivvie remembers where you left off and restores it when you return (session
88handling). it keeps sessions stored safely and lets you call on them whenever
99you need, without clutter or extra ritual.
10101111-## why nivvie ๐
1111+## why nivvie
12121313there are larger session managers with more features. nivvie is a small and
1414quiet companion, meant for when you want something clean, simple, and reliable.
15151616-## features ๐ธ
1616+## :sparkles: features
17171818- automatic save and restore (no extra steps)
1919- manual save, load, and delete commands (direct control)
2020- minimal configuration (defaults just work)
2121- lightweight and unobtrusive (stays out of the way)
22222323-## installation ๐ฟ
2323+## :potted_plant: installation
24242525add nivvie with your favourite plugin manager.
2626···3737 "comfysage/nivvie.nvim",
3838 lazy = false, -- nivvie takes care of its own lazy loading
3939 config = function()
4040- require("nivvie").setup()
4040+ require("nivvie").setup() -- not necessary to call
4141 end
4242}
4343```
44444545-## usage ๐ผ
4545+## :rose: usage
46464747sessions are saved automatically when you quit neovim and restored when you open it again. you can also manage sessions yourself:
4848···5959vim.keymap.set("n", "<leader>sl", ":NivvieLoad<CR>")
6060```
61616262-## configuration ๐พ
6262+## :wilted_flower: configuration
63636464nivvie works without configuration (zero setup). you can still adjust its behavior:
6565