Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.11 KB

systemverilog.vim

SystemVerilog indent and syntax scripts

Pathogen Install

Pathogen is supported by putting the systemverilog.vim folder under the bundle directory.

Install by cloning repository:

git clone git://github.com/nachumk/systemverilog.vim ~/.vim/bundle/systemverilog.vim

Install from tarball:

Download tarball:

https://github.com/nachumk/systemverilog.vim/archive/master.zip

Extract files:

unzip ~/Downloads/systemverilog.vim-master.zip -d ~/.vim/

Rename directory:

mv ~/.vim/systemverilog.vim-master ~/.vim/systemverilog.vim

Standard Install

Install from tarball

Download tarball:

https://github.com/nachumk/systemverilog.vim/archive/master.zip

Extract files:

unzip -j ~/Downloads/systemverilog.vim-master.zip systemverilog.vim-master/ftdetect/systemverilog.vim -d ~/.vim/ftdetect
unzip -j ~/Downloads/systemverilog.vim-master.zip systemverilog.vim-master/indent/systemverilog.vim -d ~/.vim/indent
unzip -j ~/Downloads/systemverilog.vim-master.zip systemverilog.vim-master/syntax/systemverilog.vim -d ~/.vim/syntax