Skip to content

Commit

Permalink
fix: remove nickel_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Aug 26, 2023
1 parent 08f146d commit ca5246f
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 @@ -38,6 +38,7 @@ function M.index()

packages["lua_ls"] = "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/package.json"
packages["sumneko_lua"] = nil
packages["nickel_ls"] = nil

for server, package_json in pairs(packages) do
ret[server] = { package_url = package_json }
Expand Down

0 comments on commit ca5246f

Please sign in to comment.