mirror of https://github.com/folke/neoconf.nvim
fix: remove nickel_ls
This commit is contained in:
parent
08f146d53e
commit
ca5246f6d8
|
|
@ -38,6 +38,7 @@ function M.index()
|
||||||
|
|
||||||
packages["lua_ls"] = "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/package.json"
|
packages["lua_ls"] = "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/package.json"
|
||||||
packages["sumneko_lua"] = nil
|
packages["sumneko_lua"] = nil
|
||||||
|
packages["nickel_ls"] = nil
|
||||||
|
|
||||||
for server, package_json in pairs(packages) do
|
for server, package_json in pairs(packages) do
|
||||||
ret[server] = { package_url = package_json }
|
ret[server] = { package_url = package_json }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue