summaryrefslogtreecommitdiff
path: root/dot_config/xh
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-01-29 10:02:13 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-01-29 10:02:13 +0100
commit589ce92e4467239d2194f9a9cf8662e6d7daf44f (patch)
tree4989d8530c920dee3a469e3a222cf62cddbc972b /dot_config/xh
parentnvim: repeat, surround, wrap & new os-specific plugins (diff)
xh: use config.json for following
Diffstat (limited to '')
-rw-r--r--dot_config/xh/config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/xh/config.json b/dot_config/xh/config.json
new file mode 100644
index 0000000..aedf93d
--- /dev/null
+++ b/dot_config/xh/config.json
@@ -0,0 +1,5 @@
+{
+ "default_options": [
+ "--follow"
+ ]
+}