mirror of https://github.com/folke/neoconf.nvim
fix(volar): volar schema (#64)
Co-authored-by: 肖健正 <xiaojianzheng@qq.com>
This commit is contained in:
parent
a2d986ef31
commit
42741597dd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue