-
### OS
Manjaro Linux 32 bit
Kernel: 4.9.115-1-MANJARO
### neovim `:version` output
```
NVIM v0.3.1
Build type: Release …
-
When I modify a python file in windows, it can't complete, it work fine in linux.
```
Plug 'roxma/vim-hug-neovim-rpc'
Plug 'roxma/nvim-yarp'
Plug 'ncm2/ncm2'
Plug 'ncm2/ncm2-bufword'
Plug 'nc…
-
In a Python file, if I start typing "from math import s", I want it to suggest "sqrt". Is this possible with ncm2?
This would be similar to VS Code functionality.
-
Using ncm2 I can't find a way to show completions from LSP without having to hit CTRL_X CTRL_O
### OS
minimal vimrc:
```
set nocompatible " Must be first line
filetype plug…
osleg updated
6 years ago
-
If you're having trouble with NCM2, Please provide the following information
along with your detailed issue description:
### OS
(If you're using Linux, sharing a reproducible, vimrc minimized d…
-
I'm running neovim=0.3.2-dev on an Ubuntu Linux 14.04 machine and I'm using the [vscode-css-languageserver-bin](https://github.com/vscode-langservers/vscode-css-languageserver-bin) through the [Langua…
-
I mainly use vim 's dictionary completion when writing LL.
Since dictionary complement plug-in was not found in ncm 2, I implemented it myself simply.
Because I am not used to writing in python, I…
-
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
…
-
I'm curious about how did you implement the completion of latex in vimtex, but I'm very appreciate the the latex math completion in YCM. However, I also write latex equations in markdown, and do you k…
-
![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 …