diff --git a/pkgs/nvim/config/lsp/conform.nix b/pkgs/nvim/config/lsp/conform.nix index da1a6c1..b2b9ecf 100644 --- a/pkgs/nvim/config/lsp/conform.nix +++ b/pkgs/nvim/config/lsp/conform.nix @@ -1,4 +1,4 @@ -{ +{pkgs, ...}: { plugins.conform-nvim = { enable = true; notifyOnError = true; @@ -22,6 +22,11 @@ }; }; + extraPackages = with pkgs; [ + prettierd + alejandra + ]; + keymaps = [ { mode = "n";