-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
plugins.integration.vim
34 lines (27 loc) · 980 Bytes
/
plugins.integration.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
" plugins.integration.vim
"
" Maintained by Claud D. Park <[email protected]>
" https://www.posquit0.com/
"" Browse Github events in Vim
"" Plugin: Github Dashboard {{{
"" GitHub Public
let g:github_dashboard={}
let g:github_dashboard['username']='posquit0'
" Set shortcut for GitHub Dashboard
nnoremap <Leader>ghd :GHDashboard<CR>
nnoremap <Leader>gha :GHActivity<CR>
nnoremap <Leader>ghD :GHDashboard<space>
nnoremap <Leader>ghA :GHActivity<space>
"" GitHub Enterprise
" let g:github_dashboard#private={}
" let g:github_dashboard#private['username']='posquit0'
" Configure default GitHub endpoints
" let g:github_dashboard#private['api_endpoint']='https://github.private.com/api/v3'
" let g:github_dashboard#private['web_endpoint']='https://github.private.com'
"" }}}
"" Browse Hacker News inside Vim
"" Plugin: Hackernews {{{
"" }}}
"" Productivity metrics, goals, leaderboards, and automatic time tracking
"" Plugin: WakaTime {{{
"" }}}