You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plug "shougo/deoplete.nvim"
Plug "SevereOverfl0w/deoplete-github"
call plug#end()
let g:deoplete#sources = {}
let g:deoplete#sources.gitcommit=['github']
let g:deoplete#keyword_patterns = {}
let g:deoplete#keyword_patterns.gitcommit = '.+'
let g:deoplete#omni#input_patterns = {}
let g:deoplete#omni#input_patterns.gitcommit = '.+'
The text was updated successfully, but these errors were encountered:
This plugin depends on both fugitive and rhubarb, by tpope. This perhaps isn't ideal, but I didn't want to replicate work already done.
I've just reviewed the Readme, and I don't think this is clear enough, so I'll make the change when I get the chance.
Thanks for the minimal init.vim, it was really helpful.
Generally speaking, this plugin is somewhat, half-done. It works, but it needs to be updated to be defensive and cover edge cases. I'd welcome any PRs to this effect.
Hi there, so it seems that this throws a lot of errors after setting up.
Basic setup derived from the readme
Minimal init.vim with vim-plug
The text was updated successfully, but these errors were encountered: