mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
32 lines
586 B
Markdown
32 lines
586 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#vue layer"
|
||
|
description: "This layer adds vue language support to SpaceVim"
|
||
|
---
|
||
|
|
||
|
# [Available Layers](../../) >> lang#vue
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Features](#features)
|
||
|
- [Install](#install)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This layer adds vue language support to SpaceVim. This layer includes plugin [vim-vue](https://github.com/posva/vim-vue).
|
||
|
|
||
|
## Features
|
||
|
|
||
|
- syntax highlighting
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this configuration layer, update custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#vue"
|
||
|
```
|