summaryrefslogtreecommitdiff
path: root/fnl/config/spectre.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/spectre.fnl')
-rw-r--r--fnl/config/spectre.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/spectre.fnl b/fnl/config/spectre.fnl
index 2716178..3a05c0b 100644
--- a/fnl/config/spectre.fnl
+++ b/fnl/config/spectre.fnl
@@ -91,7 +91,7 @@
:default {
:find {
:cmd "rg"
- :options { "ignore-case" }}
+ :options [ "ignore-case" ]}
:replace {
:cmd "sed"}}
:replace_vim_cmd "cdo"