forked from liam-mackie/zsm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.kdl
More file actions
21 lines (19 loc) · 1.03 KB
/
plugin.kdl
File metadata and controls
21 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
layout {
pane size=1 borderless=true {
plugin location="target/wasm32-wasip1/debug/zsm.wasm" {
// Optional: Set a default layout for quick session creation with Ctrl+Enter
// default_layout "default"
// Optional: Configure session name separator (default: ".")
// Examples: "." → g.project.subfolder
// "→" → g→project→subfolder
// "_" → g_project_subfolder
// session_separator "."
// Optional: Configure base paths for automatic session naming
// These paths will be stripped from directory names when generating session names
// Format: pipe-separated list of paths (use | as separator)
// Example: "/home/user" → "/home/user/projects/foo" becomes "projects.foo"
// But "/home/user" itself stays as "/home/user" (exact matches keep full path)
// base_paths "/home/user|/Users/yourname/projects"
}
}
}