mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
890 B
890 B
title |
---|
SpaceVim lang#javascript layer |
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,
\ }
\ )