Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support for ruff_lsp #45

Open
1 task done
dhruvinsh opened this issue Oct 16, 2023 · 0 comments
Open
1 task done

feature: support for ruff_lsp #45

dhruvinsh opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dhruvinsh
Copy link

dhruvinsh commented Oct 16, 2023

Did you check the docs?

  • I have read all the neoconf.nvim docs

Is your feature request related to a problem? Please describe.

Can we please add spec for ruff_lsp.

Describe the solution you'd like

ruff_lsp has a spec located here:
https://raw.githubusercontent.com/astral-sh/ruff-vscode/main/package.json

From the basic understanding I can see packages being fetched form the gist, but gist is not being maintain any longer.

function M.update_index()
  local url = "https://gist.githubusercontent.com/williamboman/a01c3ce1884d4b57cc93422e7eae7702/raw/lsp-packages.json"
  local index = Util.fetch(url)
  Util.write_file("schemas/index.json", index)
end

Describe alternatives you've considered

NA

Additional context

No response

@dhruvinsh dhruvinsh added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant