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({ require("conform").setup({
formatters_by_ft = { formatters_by_ft = {
lua = { "stylua" }, lua = { "stylua" },
nix = { "nixfmt" },
python = function(bufnr) python = function(bufnr)
if require("conform").get_formatter_info("ruff_format", bufnr).available then if require("conform").get_formatter_info("ruff_format", bufnr).available then
return { "ruff_fix", "ruff_format" } return { "ruff_fix", "ruff_format" }

View file

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