--- title: "SpaceVim lang#vue layer" description: "This layer adds Vue language support to SpaceVim" --- # [Available Layers](../../) >> lang#vue - [Description](#description) - [Features](#features) - [Install](#install) ## Description This layer adds Vue language support to SpaceVim. This layer includes plugin [vim-vue](https://github.com/posva/vim-vue). ## Features - syntax highlighting - lsp support (require [lsp](https://spacevim.org/layers/language-server-protocol/) layer) ## Install To use this configuration layer, update custom configuration file with: ```toml [[layers]] name = "lang#vue" ```