-
## Basic info
To make sure that we are on the same page:
- Kernel: `Linux szamito 3.18.24 #1-NixOS SMP Thu Jan 1 00:00:01 UTC 1970 x86_64 GNU/Linux`
- System: `15.09.git.45128deM (Dingo)`
- Nix versi…
-
Thanks for solving #3, now I'm getting a different error.
```
[YCM-CONSOLE] 2015-04-20 10:47:13,872 - INFO - Dropping request with bad HMAC.
/home/forivall/.atom/packages/you-complete-me/lib/ycm-…
-
Using vim-plug to manage plugins, adding `Plug 'SirVer/ultisnips'` to vimrc to enable ultisnips, autocompletion with tab key with neocomplete does not work anymore. The popup suggestion appears, but p…
-
```
"/home/hell/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/JediHTTP/vendor/jedi/jedi/api/completion.py", line 161, in get_context_completions
completion_names += self._trailer_completions…
-
The following error message is showed when trying to use this with Python 3 file.
```
[YCM] Error
Error: YCM core library compiled for Python 3 but loaded in Python 2. Set the Python Executable c…
-
## Expected behavior, english is recommend
The files in the current directory/project respectively are listed.
## Environment Information
- OS: macOS 10.12
- vim version: 8.0
- neovim version…
-
``` python
In [1]: import jedi
In [2]: jedi.__version__
Out[2]: '0.9.0'
In [3]: text = """
import requests
result = requests.get('http://www.gnu.org/')
result."""
In [4]: s = jedi.Script(text, 4, 7…
-
One of the things I love about Vim's autocompletion is that if I select a completion option and then just keep typing that it's not necessary to perform the "activate" action to get your suggestion po…
-
Please add some documentation about combining the two plugins. Do I have to specify my local ycmd installation or that one on the remote?
-
**Atom Version**: 1.7.4
**System**: Ubuntu 14.04.4
**Thrown From**: [you-complete-me](https://github.com/Qusic/atom-youcompleteme) package, v0.7.8
### Stack Trace
```
Uncaught SyntaxError: Unexpected…