about summary refs log tree commit diff
path: root/fnl/nvrc/packs/mergetool.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/mergetool.fnl')
-rw-r--r--fnl/nvrc/packs/mergetool.fnl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/mergetool.fnl b/fnl/nvrc/packs/mergetool.fnl
new file mode 100644
index 0000000..5a8cfba
--- /dev/null
+++ b/fnl/nvrc/packs/mergetool.fnl
@@ -0,0 +1,7 @@
+(import-macros {: setv!} :nvrc.macro.set)
+
+(setv! MergetoolSetLayoutCallback
+  (fn [split]
+    (when (and (= "mr,b" (. split :layout)) (= :b (. split :split)))
+      (set vim.wo.diff false)
+      (vim.cmd "resize 15"))))