deoplete-github icon indicating copy to clipboard operation
deoplete-github copied to clipboard

Deopletions for Github.

Results 4 deoplete-github issues
Sort by recently updated
recently updated
newest added

The "Install" part of the README is seems to be outdated. Deoplete logs the message: ``` [deoplete] g:deoplete#sources is deprecated variable. Please use deoplete#custom#option() instead. ``` I'm on [deoplete.nvim -...

Needs to be updated with upstream. See https://github.com/Shougo/deoplete.nvim/issues/682 https://github.com/Shougo/deoplete.nvim/issues/730 ``` Error detected while processing /home/tete/.config/nvim/local_init.vim: line 126: E121: Undefined variable: g:deoplete#omni#input_patterns E116: Invalid arguments for function deoplete#util#set_pattern Press ENTER or...

Hi there, so it seems that this throws a lot of errors after setting up. ``` [deoplete] Traceback (most recent call last): [deoplete] File "/Users/mhartington/.config/nvim/.dein/rplugin/python3/deoplete/deoplete.py", line 47, in completion_begin [deoplete]...

I've found `[^ \t]+` works better than `.+` for `g:deoplete#keyword_patterns.gitcommit`, as it matches every word, not just the beginning of the line.