How I installed and configured VIM matchit for verilog.
-
The installation is as simple as described in the site:
matchit site
Download, source it and thats it.
-
Currently I added the following pair matches:
"matchit
so /home/pini/Home_2/GeneralInfo/VIMscript/matchit/plugin/matchit.vim
:let b:match_words = 'module:endmodule,begin:end,covergroup:endgroup'
|