fix(nvim/conform): add formatters to extraPackages

This commit is contained in:
Michael Thomas 2024-07-17 09:09:02 -04:00
parent 5f6b41face
commit aa240a91d1

View File

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
plugins.conform-nvim = {
enable = true;
notifyOnError = true;
@ -22,6 +22,11 @@
};
};
extraPackages = with pkgs; [
prettierd
alejandra
];
keymaps = [
{
mode = "n";