Skip to content

Commit

Permalink
Move text out of code block
Browse files Browse the repository at this point in the history
  • Loading branch information
defr0std committed Dec 28, 2023
1 parent 33b990d commit 0d67488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 0d67488

Please sign in to comment.