From fb31142bb97f44c560a1b1118baec220402a5891 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 27 Feb 2026 10:55:21 +0100 Subject: [PATCH] Added Go lsp to nvim --- modules/home-manager/nvim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 };