Skip to content

Commit

Permalink
fix: volar schema
Browse files Browse the repository at this point in the history
  • Loading branch information
肖健正 authored and folke committed Jul 6, 2024
1 parent a2d986e commit 3952cad
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 3952cad

Please sign in to comment.