From a85c6f2f4b285da1d9adc557821bf6dc6df94633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 17 Jul 2024 22:19:15 +0200 Subject: [PATCH] Switch to nixfmt-rfc-style --- home/editor/neovim/default.nix | 2 +- home/editor/neovim/plugins.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index f9d3753..1966671 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -45,7 +45,7 @@ }; home.packages = with pkgs; [ # nix stuff - nixpkgs-fmt + nixfmt-rfc-style statix # LSPs diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index 910005d..a464467 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -62,7 +62,7 @@ lspconfig.nil_ls.setup({ settings = { ['nil'] = { formatting = { - command = { "nixpkgs-fmt" }, + command = { "nixfmt" }, }, }, },