Skip to content

jiang-hang/vim4roxygen2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

vim4roxygen2

##usage

  1. add the vimrc content to your .vimrc file
  2. put your cursor on the function name , press F3 to generate the roxygen template

following is an example:

#’ title
#’
#’ description
#’
#’ @param a value
#’ @param b value
#’ @param d value
#’ @param e value
#’ @return returndes
#’ @export
#’ @examples
#’ x=c(1,2,3)
afunction<-function(a,b=”cc”,d=1,e){
return 1
}

##contact and others 中文页面在这里

About

vim plugin for the roxygen2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published