-
does ncm2 do anything useful without a completion source installed? imo the readme should show a 'naked' example, or say that you really need to install additional plugins.
-
@roxma
This is more of a request for information, as I didn't see it in the help doc.
I'm wanting to explicitly set just priority order of sources, and maybe even just their mark. So, for instan…
-
AS A
User
I WANT TO
able view/ and modify my account's white-list
SO THAT I
can manage my organizations/ personal compliance needs.
ACCEPTANCE CRITERIA:
- [x] I should be able to request, view …
-
**Describe the bug**
I'm using ccls for LSP C++ server and it's working reasonably well with coc (though ncm2 + LanguageClient-neovim is still faster on refreshing results, and providing better ones)…
-
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…
-
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?
-
If you're having trouble with NCM2, Please provide the following information
along with your detailed issue description:
### OS
macOS 10.13.5
### neovim `:version` output
```
NVIM v0.3.0
…
-
Since ncm2 hasn't come up with typescript extension yet, I tried the omnifunc wrap with [Quramy/tsuquyomi](https://github.com/Quramy/tsuquyomi) which provided the ts omnifunc. It didn't work: the comp…
isczg updated
6 years ago
-
Before commit 22d80bc0b93c942eeb07d9c5cbd2ae6927d3cd64, the following setup correctly autocompleted:
### minimal vimrc
```viml
call plug#begin('~/.vim/plugged')
Plug 'roxma/nvim-yarp'
Plug 'n…
-
@roxma Hi! It looks like currently the plugin lists only panes in the current session (client). I usually have multiple sessions with multiple windows (and usually one pane per window), so I'm missing…