From aa240a91d17b791122e2cb721902866e9b782db1 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 17 Jul 2024 09:09:02 -0400 Subject: [PATCH] fix(nvim/conform): add formatters to extraPackages --- pkgs/nvim/config/lsp/conform.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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";