mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
28 lines
525 B
Markdown
28 lines
525 B
Markdown
---
|
|
title: "SpaceVim lang#verilog layer"
|
|
description: "This layer is for verilog development, provides syntax checking, code runner and repl support for verilog files."
|
|
---
|
|
|
|
# [Available Layers](../../) >> lang#verilog
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Install](#install)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer is for verilog development.
|
|
|
|
## Install
|
|
|
|
To use this configuration layer, update your custom configuration file with:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = "lang#verilog"
|
|
```
|
|
|