2018-09-07 19:52:15 +08:00
|
|
|
---
|
|
|
|
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
|
2018-09-09 13:13:55 +08:00
|
|
|
- lsp support (require [lsp](https://spacevim.org/layers/language-server-protocol/) layer)
|
2018-09-07 19:52:15 +08:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#vue"
|
|
|
|
```
|