Skip to content

Commit

Permalink
Merge pull request #19 from franfram:new_branch
Browse files Browse the repository at this point in the history
Add minor changes to README.md
  • Loading branch information
MilesMcBain authored Apr 29, 2022
2 parents 8fc70bc + 0a70c6f commit de1fd0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ There are some options that affect how `fnmate` works:
* `fnmate_folder` is the name of the folder in the current working directory to place created definition files. Defaults to "R".
* `fnmate_placeholder` is the placeholder value that gets put in the function body. Defaults to `NULL`, can be set to any text.
* `fmate_searcher` is the grep tool to use for the function definition jumping helper. Valid options are `"rg"` (ripgrep), and `"git_grep"`.
* `fnmate_quote_jump_regex` can be set to `TRUE` if `Jump to function definiton` is not working due to an error in the command. This seems necessary on MacOS.
* `fnmate_quote_jump_regex` can be set to `TRUE` if `Jump to function definiton` is not working due to an error in the command. This seems necessary on MacOS and Linux, depending on the shell version.

You can modify any of these options by running, for example, `options(fnmate_quote_jump_regex = TRUE)` in your R session or in your `.Rprofile`.

# Why does this exist?

Expand Down

0 comments on commit de1fd0c

Please sign in to comment.