-
Hello
congratulation, very good plugin which is really easy to setup in basics. It does a lot of magic for me :)
Also you documentation is pretty good!
But I have some trouble to configure FZ…
-
I dont't really understand how to delay omnicomplete, I added this to my nvim init.vim:
using ncm2 jedi source aswell btw.
```
au User Ncm2Plugin call ncm2#register_source({
\ 'name' :…
-
Asynchronous server interactions have been added, with the server switch from the HTTP to stdio version of OmniSharp-roslyn.
In my personal usage the new version has been very good, much faster and…
-
I'm seeing two different issues using `vim-lsp` with Solargraph which are possibly related.
First, when autocompleting an instance variable following `@`, the resulting completion includes the `@` …
-
When opening any file:
```
[ncm2_core@yarp] error caught in notification handler 'on_warmup [{'subscope_detectors': {}, 'sources': {}, 'filter': [], 'complete_length': [[1, 4], [7, 3]], 'popup_lim…
-
When I configure `completeopt` resetting as described in `:help Ncm2PopupOpen`, the action of showing/hiding the popup leads to some characters being deleted. The examples below use `pyls` via [autozi…
-
According to the LSP specification, if a server response to a completion request contains a `filterText` field, this should be used for filtering instead of the `label`. (E.g., if completion is trigge…
-
Does vim-lsp support the preselect property in CompletionItem? I have a language server (texlab) that uses this in situations where there is a clear, objective "best match" (closing matching begin-end…
-
Maybe this is the same thing as #813? I'm not 100% sure.
- Did you upgrade to latest plugin version?
yes, commit `e4478a4789805c66ce24ae786677ae557cd411da`
- Did you upgrade to/compile latest…
-
Hi, thanks a lot for your efforts on ncm and ncm2!
Not sure if I understand things correctly, but: if I only configure the `LanguageClient-neovim` plugin in addition to ncm2, I will get support for…