We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73ddf8 commit a0626c0Copy full SHA for a0626c0
.Rbuildignore
@@ -26,3 +26,4 @@
26
^docs$
27
^pkgdown$
28
^vignettes/[^-]+.gif$
29
+^CRAN-SUBMISSION$
vignettes/editors.Rmd
@@ -71,7 +71,7 @@ lintr can be integrated with [syntastic](https://github.com/vim-syntastic/syntas
71
72
### Installation
73
74
-Put the file [syntastic/lintr.vim](inst/syntastic/lintr.vim) in `syntastic/syntax_checkers/r`.
+Put the file [syntastic/lintr.vim](https://raw.githubusercontent.com/r-lib/lintr/v2.0.1/inst/syntastic/lintr.vim) in `syntastic/syntax_checkers/r`.
75
If you are using [pathogen](https://github.com/tpope/vim-pathogen) this directory is `~/.vim/bundles/syntastic/syntax_checkers/r`.
76
77
You will also need to add the following lines to your `.vimrc`.
0 commit comments