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