3 "stevearc/conform.nvim",
6 python = { "ruff_fix", "ruff_format", "black" },
10 markdown = { "prettier", "mdformat" },
11 yaml = { "prettier" },
12 json = { "prettier" },
13 tex = {}, -- optionally "latexindent"
15 notify_on_error = true,
19 "nvimtools/none-ls.nvim",
20 dependencies = { "nvim-lua/plenary.nvim" },
22 local nls = require("null-ls")
25 nls.builtins.diagnostics.shellcheck,
26 nls.builtins.diagnostics.markdownlint,