chore: fix typo + add aoc-cli
This commit is contained in:
@@ -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";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user