managed to make it work
installed idris2 and syntastic with pathogen
inside ~/.vim/bundle/idris2/syntax_checkers/idris2/idris2.vim
|
function! SyntaxCheckers_idris_idris_GetLocList() dict |
changed to
function! SyntaxCheckers_idris2_idris2_GetLocList() dict
in vimrc
let g:syntastic_idris_checkers = ['idris']
let g:syntastic_idris2_checkers = ['idris2']
managed to make it work
installed idris2 and syntastic with pathogen
inside
~/.vim/bundle/idris2/syntax_checkers/idris2/idris2.vimidris2-vim/syntax_checkers/idris2/idris2.vim
Line 26 in 099129e
in vimrc