This commit is contained in:
2025-09-08 21:50:10 +01:00
parent 66b3347647
commit 7d00a2af45
3 changed files with 20 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
require("persisted").setup({
save_dir = vim.fn.expand(vim.fn.stdpath("data") .. "/sessions/"),
autoload = false,
autosave = true,
telescope = {
mappings = { -- Mappings for managing sessions in Telescope
copy_session = "<C-c>",