From ec0fb884534d5ea97c3ae7f4123bcc753e37dec2 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 6 Nov 2017 16:55:12 -0800 Subject: [PATCH] Add verilog support in vim. --- dotfiles/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index cd34780..2063ea7 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -20,6 +20,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md")) Plugin 'PotatoesMaster/i3-vim-syntax' Plugin 'Matt-Deacalion/vim-systemd-syntax' Plugin 'fatih/vim-go' + Plugin 'vhda/verilog_systemverilog.vim' call vundle#end() endif