From 3a74a3910b4c09da3cfe5181b8cc33d57ef8e94b Mon Sep 17 00:00:00 2001 From: dlond Date: Wed, 14 May 2025 11:29:56 +1200 Subject: [PATCH] typo --- lua/custom/plugins/formatting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/formatting.lua b/lua/custom/plugins/formatting.lua index 68524c3e..4e121fb4 100644 --- a/lua/custom/plugins/formatting.lua +++ b/lua/custom/plugins/formatting.lua @@ -18,7 +18,7 @@ return { -- Ensure 'ruff' is installed via Home Manager (pkgs.ruff) python = { 'ruff_format', 'ruff_fix' }, -- python = { 'isort', 'black' }, - nix = { 'nixpkgs-fmt' }, -- Add nix formatter + nix = { 'nixpkgs_fmt' }, -- Add nix formatter -- Add other filetypes and formatters, e.g.: -- javascript = { "prettier" }, -- typescript = { "prettier" },