-
Good morning, sir,
The symbol " disappears for JSON files in my config because of this plugin. I use coc-json and neovim
my vimrc config below:
`
set nocompatible " be iMproved, re…
-
Hello,
I have been toying with the built-in LSP and your completion plugin looks at the moment like the best-integrated completion framework. I have been using [ncm2](https://github.com/ncm2/ncm2) …
-
Hello,
I am using [ncm2](https://github.com/ncm2/ncm2) for auto-completion, and since the last commit (e0cacffe54c9335a101bc44d9b601601e679d9fc) nothing from LSP is displayed any longer. Other comp…
-
![peek 2018-07-17 18-15](https://user-images.githubusercontent.com/4538941/42811661-dbfb5ba2-89ed-11e8-81c4-3fb893d1af9c.gif)
Vimrc for demo:
**Make sure you do understand what it is doing befor…
roxma updated
4 years ago
-
Currently I have
```lua
use {
'nvim-lua/completion-nvim',
opt = true,
requires = {{'hrsh7th/vim-vsnip', opt = true}, {'hrsh7th/vim-vsnip-integ', opt = true}, {'ncm2/float-preview.nv…
-
Hello,
When auto complete floating menu is opened and trying to select an item the following error is produced:
`Error detected while processing function StartFloatWin: Undefined variable: s:us…
-
# Demo
**This is how coc behaves:**
![coc](https://user-images.githubusercontent.com/37491630/51083274-51e17d00-1752-11e9-89ae-c3fb4edf4e3d.gif)
**And this is how ncm2 behaves:**
![ncm2](h…
-
I'm currently using a language server (gopls) that has started using snippets for some types of important completions. However, it appears that those are not even visible as a choice when using the bu…
-
When you try to complete on a stdlib module, a recursion error occurs.
Minimal Example
=============
```python
import os
os.get
```
Error traceback
============
```
...
[ncm2_jedi@y…
-
As mentioned in https://github.com/ncm2/ncm2/pull/178#issuecomment-583714029 there doesn't seem to be any support for snippets with the new built in LSP client. Has anyone had success with this? If so…