fix randombones in vim

This commit is contained in:
Michael Chris Lopez
2021-11-10 07:55:22 +08:00
parent 7dc1515116
commit 30c5b6ec28

View File

@@ -1,4 +1,4 @@
let s:colorschemes = json_decode(readfile(expand('<sfile>:h:h') . '/colorschemes.json')) let s:colorschemes = json_decode(join(readfile(expand('<sfile>:h:h') . '/colorschemes.json'), "\n"))
if has('nvim') if has('nvim')
lua math.randomseed(os.time()) lua math.randomseed(os.time())