# systemverilog.vim **Repository Path**: david6chen/systemverilog.vim ## Basic Information - **Project Name**: systemverilog.vim - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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