spacemacs-layer相关依赖
# for js analyzer
sudo npm install -g ternjs
# in project root
touch .tern-project
# for gtags
sudo apt-get install global
wget https://raw.githubusercontent.com/Schnouki/dotfiles/master/globalrc -O ~/.globalrc
# for cscope
sudo apt-get install cscope
sudo pip install pycscope