summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-11 20:48:32 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-11 20:48:32 +0200
commit81d4b2af14f381f632c57a3138b0e8027c3ba732 (patch)
tree10f4e6475ec864968e63ddec15d8f69b111c2e24
parent1d50839b9c03f77956132f776f6798140a13ac70 (diff)
fix(cmp): remove fn call replace
-rw-r--r--fnl/config/cmp.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/cmp.fnl b/fnl/config/cmp.fnl
index 082303c..50c0d85 100644
--- a/fnl/config/cmp.fnl
+++ b/fnl/config/cmp.fnl
@@ -37,6 +37,6 @@
"─"
"╰"
"│"]}
- :confirm_opts {:behavior (cmp.ConfirmBehavior.Replace)
+ :confirm_opts {:behavior cmp.ConfirmBehavior.Replace
:select false}
:experimental {:ghost_text false :native_menu false}}))