diff --git a/modules/home-manager/nvim.nix b/modules/home-manager/nvim.nix index ebe2c68..a69d352 100644 --- a/modules/home-manager/nvim.nix +++ b/modules/home-manager/nvim.nix @@ -147,7 +147,9 @@ # Optional: other language servers you might want # bashls.enable = true; # Bash # pyright.enable = true; # Python - # gopls.enable = true; # Go + gopls = { + enable = true; # Go + }; # rust-analyzer.enable = true; # Rust };