fix(volar): volar schema (#64)

Co-authored-by: 肖健正 <xiaojianzheng@qq.com>
This commit is contained in:
xiaojianzheng 2024-07-07 04:52:14 +08:00 committed by GitHub
parent a2d986ef31
commit 42741597dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function M.index()
local ret = {}
local packages = vim.json.decode(Util.read_file(Util.path("schemas/index.json")))
packages["volar"] = "https://raw.githubusercontent.com/vuejs/language-tools/master/extensions/vscode/package.json"
packages["lua_ls"] = "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/package.json"
packages["sumneko_lua"] = nil
packages["nickel_ls"] = nil