1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00

Use fork repo

This commit is contained in:
wsdjeg 2017-04-09 20:39:34 +08:00
parent 01bf8eb505
commit 44e32d3ee4

View File

@ -1,5 +1,6 @@
function! SpaceVim#layers#tools#screensaver#plugins() abort
let plugins = []
call add(plugins, ['itchyny/screensaver.vim', {'merged' : 0}])
call add(plugins, ['SpaceVim/screensaver.vim', {'merged' : 0}])
call add(plugins, ['t9md/vim-choosewin', {'merged' : 0}])
return plugins
endfunction