Compare commits

..

No commits in common. "fed5967077d0bd7f41e009ff22290b043379c1d7" and "71648bb0f862e67287ad34d4681740cec03901b2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ return {
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
nix = { "nixfmt" },
python = function(bufnr)
if require("conform").get_formatter_info("ruff_format", bufnr).available then
return { "ruff_fix", "ruff_format" }

View file

@ -74,7 +74,6 @@ return {
jqls = {},
jsonls = {},
marksman = {},
nil_ls = {},
pyright = {
python = {
analysis = {
@ -84,6 +83,7 @@ return {
},
},
},
rnix = {},
rust_analyzer = {
diagnostics = {
enable = true,