From 0d6748835c51a0d0ce3facb8aa5bd1b53a616835 Mon Sep 17 00:00:00 2001 From: defr0std Date: Thu, 28 Dec 2023 21:27:05 +0100 Subject: [PATCH] Move text out of code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 483d7dc..d278150 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ require('spectre').open({ -- you can use all variables above on command line -- for example: Spectre % is_insert_mode=true cwd=~/.config/nvim -- in this example `%` will expand to current file. +``` ### Search paths @@ -309,7 +310,6 @@ directory. To limit the search paths further, you can also provide the `search_paths` option. This is the list of directories or files to search in, regardless of the `cwd`. -``` ## Replace Method