Skip to content

asiz/systemverilog.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SystemVerilog vim scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%