From 9f2e1afc34144118f84193528baadb3dd84b6731 Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 18 Jul 2024 23:27:21 +0200 Subject: [PATCH] home/neovim: Use nixfmt-rfc-style instead of classic --- home-manager/modules/neovim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/modules/neovim.nix b/home-manager/modules/neovim.nix index 2ffdd6c..82a85ef 100644 --- a/home-manager/modules/neovim.nix +++ b/home-manager/modules/neovim.nix @@ -5,7 +5,7 @@ withPython3 = true; extraPackages = with pkgs; [ nil - nixfmt-classic + nixfmt-rfc-style gopls pyright (python3.withPackages (ps: with ps; [ @@ -182,7 +182,7 @@ ['nil'] = { testSetting = 42, formatting = { - command = { "nixfmt-classic" }, + command = { "nixfmt-rfc-style" }, }, }, },