mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
6 lines
250 B
VimL
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')
|