idris2-vim icon indicating copy to clipboard operation
idris2-vim copied to clipboard

Syntastic does not work out of the box

Open freddi301 opened this issue 4 years ago • 0 comments

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']

freddi301 avatar Jul 15 '20 15:07 freddi301