language/clojure: variable order

Co-authored-by: Soliprem <73885403+Soliprem@users.noreply.github.com>
This commit is contained in:
Andreas Nilsson 2025-05-26 22:01:14 +02:00 committed by GitHub
commit 3da08708d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,9 @@ in {
lsp = {
enable = mkEnableOption "Clojure LSP support" // {default = config.vim.lsp.enable;};
package = mkOption {
description = "Clojure LSP";
type = either package (listOf str);
default = pkgs.clojure-lsp;
description = "Clojure LSP";
};
};
};