rename colorschemes.json -> zenbones.json

This commit is contained in:
Michael Chris Lopez
2021-12-04 08:57:11 +08:00
parent ff0b0e077d
commit 2d8e1eafb5
3 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ end
function M.get_colorscheme_list()
local json_decode = vim.fn.has "nvim-0.6.0" == 1 and vim.json.decode or vim.fn.json_decode
local file = io.open(vim.api.nvim_get_runtime_file("colorschemes.json", false)[1], "r")
local file = io.open(vim.api.nvim_get_runtime_file("zenbones.json", false)[1], "r")
local content = file:read "*a"
file:close()
return json_decode(content)