Skip to content

Add reference to verilog-instance plugin in the README #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ $ git clone https://github.com/vhda/verilog_systemverilog.vim

## Other Vim addons helpful for Verilog/SystemVerilog

### Verilog Instance
[verilog-instance.vim][verilog-instance] creates SystemVerilog port instantiation from port declaration.
Works on modules, tasks, functions and all other similar structures.

### Matchit

This addon allows using <kbd>%</kbd> to jump between matching keywords as Vim already
Expand Down Expand Up @@ -244,15 +248,16 @@ page.
[P]: https://github.com/junegunn/vim-plug
[e]: https://ctags.io
[t]: http://majutsushi.github.io/tagbar/
[hl_matchit]: https://github.com/vimtaku/hl_matchit.vim
[supertab]: https://github.com/ervandew/supertab
[vim-omni]: http://vimdoc.sourceforge.net/htmldoc/insert.html#i_CTRL-X_CTRL-O
[vim-omnifunc]: http://vimdoc.sourceforge.net/htmldoc/options.html#'omnifunc'
[vim-echom]: http://vimdoc.sourceforge.net/htmldoc/eval.html#:echom
[vim-errorformat]: http://vimdoc.sourceforge.net/htmldoc/options.html#'errorformat'
[vim-makeprg]: http://vimdoc.sourceforge.net/htmldoc/options.html#'makeprg'
[vim-quickfix]: http://vimdoc.sourceforge.net/htmldoc/quickfix.html
[vim-synfold]: http://vimdoc.sourceforge.net/htmldoc/syntax.html#syntax
[verilog-instance]: https://github.com/antoinemadec/vim-verilog-instance
[hl_matchit]: https://github.com/vimtaku/hl_matchit.vim
[supertab]: https://github.com/ervandew/supertab
[vim-omni]: http://vimdoc.sourceforge.net/htmldoc/insert.html#i_CTRL-X_CTRL-O
[vim-omnifunc]: http://vimdoc.sourceforge.net/htmldoc/options.html#'omnifunc'
[vim-echom]: http://vimdoc.sourceforge.net/htmldoc/eval.html#:echom
[vim-errorformat]: http://vimdoc.sourceforge.net/htmldoc/options.html#'errorformat'
[vim-makeprg]: http://vimdoc.sourceforge.net/htmldoc/options.html#'makeprg'
[vim-quickfix]: http://vimdoc.sourceforge.net/htmldoc/quickfix.html
[vim-synfold]: http://vimdoc.sourceforge.net/htmldoc/syntax.html#syntax


<!-- Other links:
Expand Down