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:
parent
01bf8eb505
commit
44e32d3ee4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user