-
### What did you do?
Trying to use autocomplete:
* For a package from the standard library ✅
* For a variable inside the current package ✅
* For a remote package installed with `go get` ✅
* Fo…
-
I know this is more a missconfiguration than an issue, and I've been looking but I don't know how to fix it.
By default I'm getting what I think is the default ncm2 autocompletion (triggered automati…
-
I'm trying to do this, which doesn't work
```vim
aug test
au!
au FileType html.twig let b:pear_tree_pairs = {
\ '': {
\ 'closer': '',
\ 'not_if': ['br', 'hr', …
-
# Problems summary
Since `deoplete` doesn't actively support anonymous dynamic snippets (like `neosnippet` does using `enable_completed_snippet`), I wondered if we could create a plugin like `ncm2_…
-
I am using ncm2 ever since I got a notice of it, it was working fine until today.
When I launch nvim and try to use autocomplete in Go, I get this error
```
[ncm2_go@yarp] json.decoder.JSONDeco…
-
## Feature request / wiki suggestions etc.
Basically, I want to turn off the `'vim'` and `'*path'` sources while turning on `b:ncm2_look_enabled` whenever I'm editing *.txt files, so here is my sol…
-
If you're having trouble with NCM2, Please provide the following information
along with your detailed issue description:
### OS
macOS
### neovim `:version` output
NVIM v0.3.1-156-g0ed8b12…
-
ncm:
![2018-07-07 21_20_46](https://user-images.githubusercontent.com/5492542/42411290-e74f360a-822b-11e8-9d84-c3947bb0f8c4.gif)
ncm2:
![2018-07-07 21_18_12](https://user-images.githubusercontent…
-
Since upgrading to go1.11, I noticed that gocode can no longer complete for external packages. It usually just displays invalid type.
- Using vim with vim-go and ncm2
- Switching to nsf/gocod…
dvcrn updated
5 years ago
-
With the default configuration, I get no completion for crates/items in `std`. For example, completion at the following points fails with `coc-rls` but succeeds in VS Code. `[cursor]` marks the cursor…