spacemacs構築C++環境

607 ワード

Spacemacsは、さまざまなemacsプラグインの構成を集めたファイルです.煩雑なファイルを最初から構成しないでください.
spacemacs転送ゲート:https://github.com/syl20bnr/spacemacs
簡易インストール:
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d

ycmdのインストール:
sudo apt-get install build-essential cmake python-dev
git clone https://github.com/Valloric/ycmd.git
cd ycmd
git submodule update --init --recursive
./build.py --all

spacemacsの構成を変更するには、次の手順に従います.
 ycmd   dotspacemacs-configuration-layers
      。 auto-completion     。
      。 syntax-checking     。

emacsを再起動します.