typo
This commit is contained in:
parent
00404dc3df
commit
3a74a3910b
|
@ -18,7 +18,7 @@ return {
|
||||||
-- Ensure 'ruff' is installed via Home Manager (pkgs.ruff)
|
-- Ensure 'ruff' is installed via Home Manager (pkgs.ruff)
|
||||||
python = { 'ruff_format', 'ruff_fix' },
|
python = { 'ruff_format', 'ruff_fix' },
|
||||||
-- python = { 'isort', 'black' },
|
-- python = { 'isort', 'black' },
|
||||||
nix = { 'nixpkgs-fmt' }, -- Add nix formatter
|
nix = { 'nixpkgs_fmt' }, -- Add nix formatter
|
||||||
-- Add other filetypes and formatters, e.g.:
|
-- Add other filetypes and formatters, e.g.:
|
||||||
-- javascript = { "prettier" },
|
-- javascript = { "prettier" },
|
||||||
-- typescript = { "prettier" },
|
-- typescript = { "prettier" },
|
||||||
|
|
Loading…
Reference in New Issue