-
I'd prefer to use Language Server for python completion but there is no preview window or pop-up menu when entering params of functions.
Is it because of incorrect settings? How can I solve it?
-
Hi,
how can i disable `~cwd` suggestions when doing file path completion? It gives me too much suggestion that i don't want to use here. Here's an example:
![screenshot](https://i.imgur.com/msdF…
-
neovim-completion-manager got replaced by ncm2. Some calls to register custom completions have changed with this. I am still struggling to get vimtex completion working here. Some documentation would …
-
roxma updated
6 years ago
-
When a completion is selected in the completion menu in insert mode, pressing any printable key to insert it will insert it _twice_ and leave the cursor after the first one. Example (where will condi…
-
如题。
系统:ubuntu 16.04.3
安装space-vim后,启动vim或nvim,都没有实现对c++的自动补全。
space-vim是否自带了自动补全功能?如果自带了,请问如何激活?
-
### OS
MacOS 10.13.4
### neovim `:version` output
0.3.1
### Minimal vimrc for reproducing the issue
```
Plug 'roxma/nvim-yarp'
Plug 'ncm2/ncm2-tagprefix'
Plug 'scrooloose/nerdtree'
…
-
1. Why don't we put `autocmd BufEnter * call ncm2#enable_for_buffer()` to the plugin itself?
2. In my machine (macbook pro 10.13.5, nvim 0.3, python2.7.15 and python3.7), you need to `set completeopt…
-
Would be nice if this plugin could also act as a normal source to ncm2 for listing available snippets (not the ones from the language server).
-
Hi. I'd like to give ncm2 a try, but it appears that I'm stuck with deoplete because of its very convenient `matcher_key` feature that I use in some of my sources:
issue: https://github.com/Shougo/de…