Now with nixd language server

This commit is contained in:
Greg Hellings
2024-09-20 10:10:52 -05:00
parent 596ca973c0
commit 90b4b7b5fb
+1
View File
@@ -9,6 +9,7 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
buildifier buildifier
gopls gopls
nixd # nix language server
]; ];
# An alternative editor to vim, when I need it for some things # An alternative editor to vim, when I need it for some things