-
Writing some characters and then selecting a completion deletes already written characters and only adds the completed part. E.g. writing 'fin' and selecting completion 'findall' results in 'dall'. Th…
-
So far ncm2-vim-lsp completely relies on characters retrieved from `completionProvider.triggerCharacters` setting of language server's capabilities. Unfortunately, sometimes it's not enough and someti…
-
Dear owner,
Thanks for providing us such a good plugin for Neovim! I appreciate your work deeply!
However, during my everyday usage of this plugin, I'm really distracted by the significant lag. An…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
## In…
-
- 在 mac 上安裝 neovim
` brew install neovim `
- 安裝 vim-plug
```
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubus…
-
Most of the time when I try writing code into a .py file, I get many error messages, where the first says something like:
> [ncm2_jedi@yarp] error caught in notification handler 'on_complete [...]'…
-
When I am writing a `use` statement I am getting a lot of suggestions from `cwd` with no useful class path suggestions, like this:
![screenshot from 2019-01-23 17-14-42](https://user-images.githubu…
-
I always saw this in my neovim status line...
have to press control c to stop it.
a little annoying, but I don't know how to fix this.
-
If I understand it correctly, currently it is impossible to get the `longest` behaviour because `longest` in `completeopt` prevents ncm2 from working properly. Is this a technical limitation that coul…
-
Is there any planned support for other completion managers, such as Deoplete?