chibuikemohanele / systemverilog.vim

SystemVerilog vim scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:Vim Script 100.0%