Skip to content

Commit

Permalink
nixvim: add gopls
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Sep 24, 2024
1 parent e4cb815 commit 67d4e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ in {
installCargo = true;
installRustc = true;
};
gopls.enable = true;
lua-ls.enable = true;
astro.enable = true;
};
Expand Down

0 comments on commit 67d4e73

Please sign in to comment.