1

Modules/Neovim: Add cljfmt

This commit is contained in:
2025-06-30 23:06:15 +02:00
parent cc525011ed
commit 66cdfed61f

View File

@ -68,6 +68,7 @@ in {
# Formatters
alejandra # nix
cljfmt
python313Packages.black
google-java-format
html-tidy
@ -489,6 +490,7 @@ in {
h = ["clang-format"];
cpp = ["clang-format"];
hpp = ["clang-format"];
clojure = ["cljfmt"];
css = ["prettierd" "prettier"];
html = ["prettierd" "prettier"];
java = ["google-java-format"];