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 = {