-
This is my config
```viml
call plug#begin('~/.config/nvim/plugged') "---------------------- Start vim plug
Plug 'ncm2/ncm2' "------------------------------ Slim, Fast Completion Framework
Pl…
-
After installed this plugin, i encountered `NameError: 'subprocess' is not defined.` message. So i googled this message and solved this issue by adding some line to `ncm2.py`.
ncm2.py:
```python
…
-
Hi,
I am wondering how do you do paramter expansion for Python?
Any change you could provide a minimal setup?
I am trying to get it to work but no clue how you did it, I have completion from LS…
-
**Warning: I will close the issue without the minimal vimrc and the reproduce ways.**
# Problems summary
I no longer get completions on ncm2
## Expected
Completions should work on ncm2 :)…
-
I have registered a php language server with `vim-lsp` and I would like to display everything in the current buffer first in alphabetical order before any completions from outside the buffer.
Is t…
ghost updated
5 years ago
-
- Did you upgrade to latest plugin version?
Yes 0.1.155
- Did you upgrade to/compile latest binary? Run shell command
`bin/languageclient --version` to get its version number.
No
- (Neovim user…
-
I use ` ncm2 ` with ` LanguageClient-neovim ` for python autocompletion. But, I am unable to expand function parameters with this setup. It appears to me that LnaguageClient is not sending back any sn…
-
When open html file lsp crash and show this error:
```
Failed to initialize lsp-html with error -32603: Request initialize failed with message: Can not read property 'css' of undefined
```
Thi…
-
```console
$ ls
CMakeLists.txt build ext src
$ ls build/*.json
build/compile_commands.json
$ cat ~/.config/nvim/init.vim | grep -A2 -B2 'compile_commands'
let g:ncm2_pyclang#library_path =…
-
Hi, thanks for the plugin. I wonder if there is a possibility to make this plugin to be compatible with [auto-pairs](https://github.com/jiangmiao/auto-pairs/)
Some related information can be found …