1
0
Fork 0
mirror of synced 2024-05-30 14:01:11 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/verilog/hdl_checker.vim
2020-12-04 22:15:32 +01:00

6 lines
250 B
VimL

" Author: suoto <andre820@gmail.com>
" Description: Adds support for HDL Code Checker, which wraps vcom/vlog, ghdl
" or xvhdl. More info on https://github.com/suoto/hdl_checker
call ale#handlers#hdl_checker#DefineLinter('verilog')