From 791ebc12b72b1c35d72daf91700cafb3d00cf158 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 27 Jun 2025 14:00:02 +0200 Subject: [PATCH] editors.neovim: Add go lang --- modules/home/editors/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/editors/neovim.nix b/modules/home/editors/neovim.nix index 721ad41..d204494 100644 --- a/modules/home/editors/neovim.nix +++ b/modules/home/editors/neovim.nix @@ -91,6 +91,7 @@ in { }; }; }; + go.enable = true; html.enable = true; java.enable = true; kotlin.enable = true;