Skip to contents

Get the path to the example .vimrcs in the installed package. The basic file is used as the default template for rsvim_use_template(). You can use this if you want to review the file in your editor. You can also view the files online in the GitHub inst folder.

Usage

rsvim_example_path(name = c("basic", "full_example"))

Arguments

name

String. Name of the example file to find the path to. 2 are provided, "basic" and "full_example".

Value

String. The full path to the example file.