-
Hi, I meet ncm2 today and tried it. It was incredibly cool and useful, even on Windows system. Everything went well when I set up my Python and JavaScript support, until I went into ncm2-pyclang. Belo…
-
````
#include
using namespace std;
int main() {
cout
-
I'm not sure whether this is a bug.
Save an issue here in case I forget to fix it.
roxma updated
5 years ago
-
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…
-
```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 =…
-
```
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…
-
languageclient version: 0.1.114
## Describe the bug
(I'm not sure if this bug should be reported here, or in the ncm2 project, so I figured I'd start here)
When getting completions on an object o…
-
For some languages,just like python and cpp,I want to use ccls to cpp,but the ncm2-jedi is better than pyls.How to combine ncm2 source with LanguageClient better?
-
YouCompleteMe + vim-lsp + intelephense = Omnifunc returned bad value to YCM! b'Keyboard interrupt...
Any ideas how to fix this problem?
With intelephense-server all works fine but only cache not…
-
![out](https://user-images.githubusercontent.com/11256605/43037789-9112ad34-8d44-11e8-9f48-c7447bbc3b3d.gif)
This happens when completion item does not include a snippet.
Completion works fine …