From 2fe628a79c89790cb17367c8a1c50eb6fb5e7afb Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 16 Aug 2024 19:15:24 +0900 Subject: [PATCH] Add clojure linter --- home-manager/common/software/cli/nixvim/base.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim/base.nix b/home-manager/common/software/cli/nixvim/base.nix index a3622c27..37ad1814 100644 --- a/home-manager/common/software/cli/nixvim/base.nix +++ b/home-manager/common/software/cli/nixvim/base.nix @@ -11,7 +11,8 @@ yamllint hadolint nixfmt-rfc-style - vale + vale + clj-kondo ]; # Docs: