Closed lyh970817 closed 4 years ago
It seems that with the following settings in the .vimrc file lintr is not working.
.vimrc
lintr
let g:syntastic_r_checkers = ['lintr'] let g:syntastic_enable_r_checker = 1
:SynstasticInfo suggests lintr is currently enabled but disabled for security reasons.
:SynstasticInfo
According to the manual the relevant variable is called g:syntastic_enable_r_lintr_checker. Have you tried that?
g:syntastic_enable_r_lintr_checker
It seems that with the following settings in the
.vimrc
filelintr
is not working.:SynstasticInfo
suggestslintr
is currently enabled but disabled for security reasons.