1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:40:05 +08:00

Add rakr/vim-one

This commit is contained in:
wsdjeg 2017-04-25 20:33:25 +08:00
parent e14b7208ff
commit af28d655e1

View File

@ -171,10 +171,11 @@ function! SpaceVim#layers#colorscheme#plugins() abort
\ ['romainl/Apprentice'],
\ ['icymind/NeoSolarized'],
\ ['jacoborus/tender'],
\ ['rakr/vim-one'],
\ ]
endfunction
let s:cs = ['gruvbox', 'molokai', 'onedark', 'jellybeans']
let s:cs = ['gruvbox', 'molokai', 'onedark', 'jellybeans', 'one']
let s:Number = SpaceVim#api#import('data#number')
function! SpaceVim#layers#colorscheme#config() abort