简体   繁体   中英

Syntastic does not perform syntax checks with new plugin

I just added a new plugin (vim-loves-dafny) to my ~/.config/nvim/init.vim file. I've got the necessary executables installed.

% which dafny
/usr/local/bin//dafny

But /dafny doesn't find anything in :help syntastic-checkers , and when I edit a Dafny file, I don't get any sort of highlighting.

I'm an idiot and just needed to enable the checker.

Fixed by adding let g:syntastic_dafny_checkers = ['dafny'] to my config.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM