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;