prettierrr

This commit is contained in:
2025-03-24 20:41:10 +01:00
parent 031c860102
commit 9c0da3636e

View File

@@ -86,6 +86,7 @@ in {
libgit2
python312Packages.debugpy
lldb
nodePackages.prettier
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
@@ -286,7 +287,7 @@ in {
termguicolors = true;
number = true;
relativenumber = true;
# relativenumber = true;
tabstop = 4;
softtabstop = 4;
@@ -309,7 +310,7 @@ in {
textwidth = 80;
formatoptions = "tcqjn1"; # auto-format
colorcolumn = "81";
# colorcolumn = "81";
wrap = false;
ignorecase = true;