-
It seems that atom-ycm ignores python interpreter configured from package settings. Take a look at https://github.com/Qusic/atom-youcompleteme/blob/master/lib/update-dependencies.coffee#L20: it uses …
-
Hi,
I get an error whenever I install or enable this extension. I'm running linux; 0.4.0 would give me the "remove" is not a function error that it appears you fixed in 0.4.1.
```
Failed to update y…
-
请问能否给个示例配置?
vim里YCM工作正常,但是atom里不能工作。
配置如下:
~/.vim/.ycm_extra_conf.py
/System/Library/Frameworks/Python.framework/Versions/2.7/Python
~/.vim/bundle/YouCompleteMe/third_party/ycmd
-
Even though vim-plug creates only shallow clones, the size of the cloned repositories can be further decreased:
```
$ find ~/.vim/plugged -maxdepth 1 -type d sh -c '(cd {} && git reflog expire --all …
-
When trying to complete the following via YouCompleteMe and jedi from the "parser" branch, I am seeing an error:
```
from django.db.models import Manager
m = Manager()
m.
AttributeError: Instance :…
-
Pressing backspace at the beginning of the second line of the following snippet:
```
foo
|"
```
Results in:
```
foo|
```
But should result in:
```
foo|"
```
`:DelimitMateTest`
```
delimitMate R…