chore: fix typo + add aoc-cli

This commit is contained in:
Yoru
2024-12-02 18:55:29 +01:00
parent 911c3b14bc
commit d9c861d4b9

View File

@@ -27,6 +27,7 @@
# pkgs.zsh # pkgs.zsh
pkgs.bottles pkgs.bottles
pkgs.neofetch pkgs.neofetch
pkgs.aoc-cli
# pkgs.steam # pkgs.steam
# pkgs.discord # pkgs.discord
@@ -83,12 +84,12 @@
editor = { editor = {
lsp = { lsp = {
enable = true; enable = true;
display-messges = true; display-messages = true;
display-inlay-hints = true; display-inlay-hints = true;
}; };
"inline-diagnostics" = { # "inline-diagnostics" = {
cursor-line = "warning"; # cursor-line = "warning";
}; # };
}; };
}; };
}; };