nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.43k stars 72 forks source link

Ruff is not showing up in auto generated builtin docs #86

Closed joelmccoy closed 6 months ago

joelmccoy commented 6 months ago

FAQ

Issues

Neovim Version

N/A

Dev Version?

Operating System

Mac

Minimal Config

N/A

Steps to Reproduce

There is no ruff documentation in the BUILTINS.md file even though there it appears to have been added here.

Reproducibility Check

Expected Behavior

I looked at BUILTINS.md to see if ruff was supported as a formatter, but I could not find any documentation. A quick code search only brought up the PR in which it is added. I think ruff should be added by the documentation generation script.

Actual Behavior

ruff does not appear in BUILTINS.md

Debug Log

N/A

Help

Yes

Implementation Help

My assumption is that something is wrong with the doc generation action and script which is causing ruff not to be added to this doc. If someone can confirm this is the issue and has a suspicion as to why I would be willing to look into implementing a fix.

Requirements

mochaaP commented 6 months ago

Ruff is removed in the favor of LSP / none-ls-extras.nvim.

See #81 and https://github.com/nvimtools/none-ls-extras.nvim.