-
Hello,
ncm2-ultisnips doesn't work well with the clangd language server for c and cpp.
First of all, all completion item will be prepend by one space.
But using enter to trigger a snippet will re…
-
```
Plug 'ncm2/ncm2'
Plug 'ncm2/ncm2-highprio-pop'
Plug 'roxma/nvim-yarp'
Plug 'ncm2/ncm2'
Plug 'roxma/nvim-yarp'
Plug 'ncm2/ncm2-bufword'
Plug 'ncm2/ncm2-tmux'
Plug 'ncm2/ncm2-path'
Plug…
-
I personally used the ncm1 buffer word completion to get some keyword completion for languages that do not have semantic completion support. While the automatic popup can be helpful sometimes, more of…
-
https://github.com/roxma/nvim-completion-manager/issues/216
Sometimes low-priority sources could be annoying?
https://github.com/ncm2/ncm2-highprio-pop is another solution.
I'm not sure whic…
roxma updated
5 years ago
-
This one is a bit difficult to describe since it most often occurs in larger projects, but I found one instance in a minimal setup. The language server is https://github.com/latex-lsp/texlab (for LaTe…
-
Use case: Rust’s language server appears to send duplicate signatures in some circumstances (e.g., `Vec::`) (tested with `LanguageClient-neovim` and `vim-lsp`).
ghost updated
5 years ago
-
Hey,
I'm not even sure if this is the right place to go to, but since I have no better guess either here I am: I have worked on a bigger LaTeX project (master thesis) during the last several weeks …
-
Hey first all thank you for doing this, I needed this completion back in my life.
Sadly I am encountering some issues. This is in my messages and the completion source does not work.
```
[ncm2_ot…
-
Referring to #4
**TDLR;** `session` token returned from `/accounts/auth/login` (success condition) when choosing username and password sign-in is unusable with the `ncm2-api`.
### Resolution:
* Why …
mster updated
5 years ago
-
Hi.
It would be nice to have automatic file completion like some other completion plugins do.
Like, you type a the start of a path in a buffer, type `C-N` and `ncm2` could do file path completion (p…