Skip to content

Commit 4cd87ac

Browse files
committed
Fix issue #15 typo
1 parent 1cdf3f2 commit 4cd87ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Plug 'ray-x/sad.nvim'
4343

4444
```lua
4545
require'sad'.setup({
46-
debug = false -- print debug info
46+
debug = false, -- print debug info
4747
diff = 'delta', -- you can use `less`, `diff-so-fancy`
48-
ls_file = 'fd', -- also git ls_file
48+
ls_file = 'fd', -- also git ls-files
4949
exact = false, -- exact match
5050
vsplit = false, -- split sad window the screen vertically, when set to number
5151
-- it is a threadhold when window is larger than the threshold sad will split vertically,
@@ -104,6 +104,8 @@ lua require'sad'.replace(nil, nil, 'md')
104104
105105
" multiple lines:"
106106
Sad (firstKey:firstValue\n\s*secondKey):secondVal $1:newSecondValue
107+
" or use ${1}
108+
Sad (firstKey:firstValue\n\s*secondKey:)secondVal ${1}newSecondValue
107109
108110
```
109111

0 commit comments

Comments
 (0)