-
Hi,
first of all thank you for this awesome plugin. Just a request, when I was using `coc` used to get apreview for ultisnips.
Now I'm using deoplete, and for floating windows, `float-preview` is su…
-
Does this plugin only work with deoplete? Or would it also work with neovim LSP?
If not, how much work do you think it would be to port it over to other completion engines?
-
## Information
**VIM version**
NVIM v0.5.0-746-gf7cc3ae0b
Build type: RelWithDebInfo
Operating System:
Windows 10
## What went wrong
After every character I type in a go file, ALE de…
-
In my current autocompletion plugin (Deoplete) I'm using "Tab" to go the the next option and the option is automatically filled for me. The menu stays here and with "Alt-Tab" I can go to the previous …
-
To reproduce
1. Enable deoplete as described in readme
2. copy this into a .tf file:
```
module "xyz" {
source = ""
}
```
3. Move cursor inside of `""`, and start typing, after the first…
-
I'm using vim-clang with deoplete in neovim. Occasionally pressing `.` in `.` will cause the following Error:
```
Error detected while processing function ICComplete..ClangComplete..95_ClangComple…
-
Updated via Vim Plug `:PlugUpdate` and now am seeing the following when I open a JS file and start typing:
```bash
Request from non-main thread.
Requests from different threads should be wrapped …
-
Ctrl-Space on import System.Directory (get) returns pattern not found error? On Linux System. Do I need to add YouCompleteMe or neocomplete or deoplete or some other completion engine for this functio…
-
The plugin is awesome,and thanks for the hard work of the author.If the comrade can have coordination with coc.nvim,it will be great.
cogig updated
4 years ago
-
```when i use .foo i get instead of ```
```
" Main configuration file for the Neovim editor.
set winwidth=109
set ignorecase
set autowriteall
set smartcase
set noswapfile
set autochdir
set…