e149692cc9
subrepo: subdir: "dotfiles/.vim/plugged/ale" merged: "e4b205440" upstream: origin: "https://github.com/dense-analysis/ale.git" branch: "master" commit: "e4b205440" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
5 lines
250 B
VimL
5 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')
|