Skip to content

Commit

Permalink
Fix comments style
Browse files Browse the repository at this point in the history
  • Loading branch information
defr0std committed Dec 27, 2023
1 parent ccf4c9a commit 33b990d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,13 @@ require('spectre.actions').get_state()
-- write your custom open function
require('spectre').open({
is_insert_mode = true,
-- the directory where the search tool will be started in.
-- the directory where the search tool will be started in
cwd = "~/.config/nvim",
search_text="test",
replace_text="test",
-- the pattern of files to consider for searching.
-- the pattern of files to consider for searching
path="lua/**/*.lua",
-- the directories or files to search in.
-- the directories or files to search in
search_paths = {"lua/", "plugin/"},
is_close = false, -- close an exists instance of spectre and open new
})
Expand Down

0 comments on commit 33b990d

Please sign in to comment.