diff --git a/colors/randombones.vim b/colors/randombones.vim index 6c720ef..698260a 100644 --- a/colors/randombones.vim +++ b/colors/randombones.vim @@ -1,4 +1,4 @@ -let s:colorschemes = json_decode(readfile(expand(':h:h') . '/colorschemes.json')) +let s:colorschemes = json_decode(join(readfile(expand(':h:h') . '/colorschemes.json'), "\n")) if has('nvim') lua math.randomseed(os.time())