Skip to content

Commit

Permalink
fix(volar): volar schema (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: 肖健正 <xiaojianzheng@qq.com>
  • Loading branch information
iamxiaojianzheng and 肖健正 authored Jul 6, 2024
1 parent a2d986e commit 4274159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neoconf/build/schemas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4274159

Please sign in to comment.