Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by andev0x Jun 23, 2026

Default Storage: Store session files in ~/.capytrace_logs/ by default (configurable via save_path). Ensure the directory is created on plugin initialization:

require("capytrace").setup({
  save_path = vim.fn.expand("~/.capytrace_logs/"),
})

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@akattsu
Comment options

@andev0x
Comment options

@akattsu
Comment options

Answer verified by Admin Jun 23, 2026
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants