mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added Go lsp to nvim
This commit is contained in:
parent
88aadf2f22
commit
fb31142bb9
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user