none-ls-extras.nvim icon indicating copy to clipboard operation
none-ls-extras.nvim copied to clipboard

Extra sources for none-ls.nvim. Not extensively tested, may be prone to break.

Results 4 none-ls-extras.nvim issues
Sort by recently updated
recently updated
newest added

### Issues - [X] I have checked [existing issues](https://github.com/nvimtools/none-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description Using the command `stylua --check` you can get...

enhancement

The main directory should be named `none-ls-extras` instead on `none-ls`. ## Example scenario * A user is loading a external source from `none-ls.formatting.reformat_gherkin`. * So he goes to the none-ls...

I keep getting the error below when I open a .tsx file. I'm not sure what could be the cause nor how to solve it, but when I disable [this...

At the moment Ive setup my sources like: ```lua require("none-ls.diagnostics.eslint").with({ command = "eslint", args = { "-f", "json", "--stdin", "--stdin-filename", "$FILENAME" }, to_stdin = true, format = "json_raw", check_exit_code =...