Commit Diff


commit - 22e2d58875e0b01a279e1d73bdee41fea05f20ab
commit + 36c8e6ad640f08574facc58c4bb2f6d87d540827
blob - 363423ce542886f5c6200ba943b7498789b457df
blob + a1d954513c27f0796620405d2f73e651d74b6b49
--- config.json
+++ config.json
@@ -1,51 +1,43 @@
 {
-  "editor": "vim",
-  "max_depth": 5,
-  "ignored_patterns": [
-    ".git",
-    ".jj",
-    ".zig-cache",
-    "node_modules",
-    "target"
-  ],
-  "fzf_opts": [
-    "--highlight-line",
-    "--ansi",
-    "--layout=reverse",
-    "--border=rounded",
-    "--color=bg+:#2a1f2e,bg:-1,spinner:#c084b8,hl:#e08060",
-    "--color=fg:#c8b8bf,header:#c4607a,info:#7a6e7a,pointer:#c084b8",
-    "--color=marker:#e06fad,fg+:#f0dfe5,prompt:#7a9fd4,hl+:#f0a070",
-    "--color=border:#3d2a42"
-  ],
-  "fav_dirs": [
-    "/home/miro/src"
-  ],
-  "openers": [
-    {
-      "extensions": ["mp4", "mkv", "avi", "webm"],
-      "action": "media_player",
-      "command": "mpv"
-    },
-    {
-      "extensions": ["flac", "aiff", "aif", "mp3", "wav"],
-      "action": "audio_player",
-      "command": "mpv"
-    },
-    {
-      "extensions": ["jpg", "jpeg", "png", "webp", "svg"],
-      "action": "image_viewer",
-      "command": "nsxiv-rifle"
-    },
-    {
-      "extensions": ["pdf", "epub", "mobi"],
-      "action": "document_reader",
-      "command": "sioyek"
-    },
-    {
-      "extensions": ["html"],
-      "action": "web_browser",
-      "command": "firefox"
-    }
-  ]
+	"editor": "vim",
+	"max_depth": 5,
+	"ignored_patterns": [".git", ".jj", ".zig-cache", "node_modules", "target"],
+	"fzf_opts": [
+		"--highlight-line",
+		"--ansi",
+		"--layout=reverse",
+		"--border=rounded",
+		"--color=bg+:#2a1f2e,bg:-1,spinner:#c084b8,hl:#e08060",
+		"--color=fg:#c8b8bf,header:#c4607a,info:#7a6e7a,pointer:#c084b8",
+		"--color=marker:#e06fad,fg+:#f0dfe5,prompt:#7a9fd4,hl+:#f0a070",
+		"--color=border:#3d2a42"
+	],
+	"fav_dirs": ["/home/miro/src"],
+	"openers": [
+		{
+			"extensions": ["mp4", "mkv", "avi", "webm"],
+			"action": "media_player",
+			"command": "mpv"
+		},
+		{
+			"extensions": ["flac", "aiff", "aif", "mp3", "wav"],
+			"action": "audio_player",
+			"command": "mpv"
+		},
+		{
+			"extensions": ["jpg", "jpeg", "png", "webp", "svg"],
+			"action": "image_viewer",
+			"command": "nsxiv-rifle"
+		},
+		{
+			"extensions": ["pdf", "epub", "mobi"],
+			"action": "document_reader",
+			"command": "sioyek"
+		},
+		{
+			"extensions": ["html"],
+			"action": "web_browser",
+			"command": "firefox"
+		}
+	]
 }