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.39k stars 69 forks source link

Put back the standardrb builtins #99

Closed danbee closed 5 months ago

danbee commented 5 months ago

This broke my formatting config and I have not been able to figure out how to get it working any other way. I would really appreciate this being put back into none-ls

mochaaP commented 5 months ago

Please submit this to none-ls-extras, thanks!

mochaaP commented 5 months ago

Done in https://github.com/nvimtools/none-ls-extras.nvim/tree/4f6ba0c4a317a630157bc02fad110fcd826e9494

vlasar commented 3 months ago

Done in https://github.com/nvimtools/none-ls-extras.nvim/tree/4f6ba0c4a317a630157bc02fad110fcd826e9494

Hello @mochaaP. The linked commit does not add diagnostics, only formatting. Is there are a reason for that?