diff --git a/autoload/ncm2_github.vim b/autoload/ncm2_github.vim index fab5dba..7c27a6c 100644 --- a/autoload/ncm2_github.vim +++ b/autoload/ncm2_github.vim @@ -32,7 +32,7 @@ let g:ncm2_github#repo_source = extend( \ get(g:, 'ncm2_github#repo_source', {}), { \ 'name': 'github-repo', \ 'ready': 0, - \ 'scope': ['gitcommit', 'markdown', 'magit'], + \ 'scope': ['gitcommit', 'markdown', 'magit', 'vim'], \ 'priority': 8, \ 'mark': 'gh', \ 'on_complete': 'ncm2_github#on_complete_repo',