how to solve failed to load buitlin ruff for mathod diagnosics pls chack your config #142
Answered
by
mochaaP
sachinchaudhary1808
asked this question in
Q&A
-
FAQ
Issues
Neovim Version0.10 Dev Version?
Operating Systemnixos Minimal Configlocal null_ls = require("null-ls")
null_ls.setup({
sources = {
null_ls.builtins.formatting.stylua,
null_ls.builtins.completion.spell,
-- require("none-ls.diagnostics.eslint"), -- requires none-ls-extras.nvim
null_ls.builtins.diagnostics.mypy,
null_ls.builtins.diagnostics.ruff,
},
})
vim.keymap.set("n", "<leader>=", vim.lsp.buf.format, { desc = "formattes code using none-ls" }) Steps to Reproduceuse the code above Reproducibility Check
Expected Behaviorso like i use nix as pkg manager i searched about this issue on web and they said i need some exra thing which is not in nixpkgs Actual Behaviorabove Debug Logi think we don't need that HelpNo Implementation Helpadd that plugin into nixpkgs or help me Requirements
|
Beta Was this translation helpful? Give feedback.
Answered by
mochaaP
Jun 18, 2024
Replies: 3 comments 8 replies
-
i'm so stupid sorry |
Beta Was this translation helpful? Give feedback.
3 replies
-
how can i get formate on save i'm pretty new and i don't have any idea |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mochaaP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #81