From 30c5b6ec28e91f8c94eb1b2131ff1919858c1710 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Wed, 10 Nov 2021 07:55:22 +0800 Subject: [PATCH] fix randombones in vim --- colors/randombones.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())