mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
946 B
946 B
title | description |
---|---|
SpaceVim lang#javascript layer | This layer is for JaveScript development |
SpaceVim Layers: lang#javascript
Description
This layer is for JavaScript development.
Layer Installation
To use this configuration layer, add call SpaceVim#layers#load('lang#javascript')
to your custom configuration file.
Features
- auto-completion
- syntax checking
- goto definition
- refernce finder
Layer configuration
auto_fix
: auto fix problems when save files, disabled by default. if you need this feature, you can load this layer via:
call SpaceVim#layers#load('lang#javascript',
\ {
\ 'auto_fix' : 1,
\ }
\ )