Added Go lsp to nvim

This commit is contained in:
Alexandre 2026-02-27 10:55:21 +01:00
parent 88aadf2f22
commit fb31142bb9

View File

@ -147,7 +147,9 @@
# Optional: other language servers you might want # Optional: other language servers you might want
# bashls.enable = true; # Bash # bashls.enable = true; # Bash
# pyright.enable = true; # Python # pyright.enable = true; # Python
# gopls.enable = true; # Go gopls = {
enable = true; # Go
};
# rust-analyzer.enable = true; # Rust # rust-analyzer.enable = true; # Rust
}; };