From c3be1c72b26d8c5b1d77567d769b6845706c9ffc Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 29 Apr 2025 12:34:53 +0200 Subject: [PATCH] feat: update furomater for go. --- modules/cross-platform/home-manager/neovim.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/cross-platform/home-manager/neovim.nix b/modules/cross-platform/home-manager/neovim.nix index 2a6edbf..1f43dfe 100644 --- a/modules/cross-platform/home-manager/neovim.nix +++ b/modules/cross-platform/home-manager/neovim.nix @@ -140,7 +140,11 @@ in { bash.enable = true; go = { enable = true; - format.type = "gofumpt"; + + format = { + enable = true; + type = "gofumpt"; + }; }; markdown = { enable = true;