idris2-vim
idris2-vim copied to clipboard
Syntastic does not work out of the box
managed to make it work
installed idris2 and syntastic with pathogen
inside ~/.vim/bundle/idris2/syntax_checkers/idris2/idris2.vim
https://github.com/edwinb/idris2-vim/blob/099129e08c89d9526ad092b7980afa355ddaa24c/syntax_checkers/idris2/idris2.vim#L26 changed to
function! SyntaxCheckers_idris2_idris2_GetLocList() dict
in vimrc
let g:syntastic_idris_checkers = ['idris']
let g:syntastic_idris2_checkers = ['idris2']