fix: formatters and rich presence

This commit is contained in:
chloe 2025-06-02 22:52:20 +02:00
parent d612990dca
commit a781b34d10
2 changed files with 27 additions and 3 deletions

View file

@ -32,6 +32,15 @@
conform-nvim = {
enable = true;
settings.formatters_by_ft = {
rust = ["rustfmt"];
lua = ["stylua"];
javascript = {
__unkeyed-1 = "prettierd";
__unkeyed-2 = "prettier";
stop_after_first = true;
};
};
};
markdown-preview = {
@ -66,7 +75,7 @@
enable = true;
};
presence-nvim = {
cord = {
enable = true;
};
@ -100,8 +109,8 @@
enable = true;
};
lazygit.enable = true;
lazygit.enable = true;
mini.enable = true;
};
}