summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2019-04-09 23:40:01 +0200
committerJoel Klinghed <the_jk@spawned.biz>2019-04-09 23:40:10 +0200
commit7af62caa2806d43cf3806cc870ee05c4bca7a95e (patch)
tree9f72bfe3edd18063f1eee97c654bdd039c3c8184
parent315eff09ee95d1523a387e48e794de81aff5ba4b (diff)
Update instructions for ycmd
-rw-r--r--emacs-willow5
1 files changed, 3 insertions, 2 deletions
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/*"))