1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00
SpaceVim/docs/layers/lang/verilog.md

28 lines
525 B
Markdown
Raw Permalink Normal View History

---
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"
```