Neovim, go lang, remore rustacean lsp call

This commit is contained in:
Julia Lange 2025-01-09 09:35:51 -08:00
parent 17c7fde05f
commit dfbe5210c4
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM
4 changed files with 13 additions and 5 deletions

View file

@ -72,6 +72,7 @@
neovim.enable = true;
neovim.languages = {
c.enable = true;
go.enable = true;
nix.enable = true;
rust.enable = true;
};