SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer adds Vue language support to SpaceVim. This layer includes plugin vim-vue.
The lang#vue
layer is not loaded by default, to use this layer,
you need to add following snippet into your spacevim configuration file.
[[layers]]
name = "lang#vue"
syntax checking:
checker
layer provides syntax checking feature, and for vue it uses the eslint
and eslint-plugin-vue
package:
npm install -g eslint eslint-plugin-vue
Powered by Jekyll