From 8c0980fa78a5632b6ce125078bbdaec945ae1fbc Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 10 Feb 2025 21:19:36 +0100 Subject: [PATCH] Fix alejandra? (I guess). --- modules/home-manager/neovim.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index fadcd5f..7dced60 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -54,6 +54,11 @@ enableTreesitter = true; enableFormat = true; + lua.enable = true; + # python = { + # enable = true; + # format.type = "black-and-isort"; + # }; css = { enable = true; format.enable = true; @@ -84,7 +89,7 @@ expr = "import { }", }, formatting = { - command = { "${pkgs.alejandra}/bin/alejandra" }, + command = { "${pkgs.alejandra}/bin/alejandra", "--quiet" }, }, options = { nixos = {