From 7af62caa2806d43cf3806cc870ee05c4bca7a95e Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 9 Apr 2019 23:40:01 +0200 Subject: Update instructions for ycmd --- emacs-willow | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emacs-willow') diff --git a/emacs-willow b/emacs-willow index bd0a6ae..6fcced5 100644 --- a/emacs-willow +++ b/emacs-willow @@ -218,13 +218,14 @@ ;; code completion ;; ycmd setup +;; # make sure to use python3 ;; # git clone https://github.com/Valloric/ycmd.git ;; # cd ycmd ;; # git submodule update --init --recursive ;; # ./build.py --system-libclang --clang-completer ;; # mkdir -p ~/.emacs.d/ycmd/third_party -;; # cp -r {ycmd,ycm_core.so,CORE_VERSION,cpp,clang_includes} ~/.emacs.d/ycmd/ -;; # cp -r third_party/{argparse,bottle,frozendict,JediHTTP,python-future,requests,waitress} ~/.emacs.d/ycmd/third_party/ +;; # cp -r {ycmd,ycm_core.so,CORE_VERSION,cpp} ~/.emacs.d/ycmd/ +;; # cp -r third_party/{bottle,clang,frozendict,jedi_deps,python-future,requests_deps,waitress} ~/.emacs.d/ycmd/third_party/ (set-variable 'ycmd-server-command `("python3" ,(file-truename "~/.emacs.d/ycmd/ycmd/"))) (set-variable 'ycmd-extra-conf-whitelist '("~/source/*")) -- cgit v1.2.3-70-g09d2