calva uses their own clojure-lsp
Some checks are pending
CI / test-clj (push) Waiting to run
CI / test-cljs (push) Waiting to run

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-11 15:45:46 -05:00
parent cc0a32eeb3
commit 7487d8a5b2

View File

@ -16,7 +16,6 @@
buildInputs = [ pkgs.bashInteractive ]; buildInputs = [ pkgs.bashInteractive ];
packages = with pkgs; [ packages = with pkgs; [
clojure clojure
clojure-lsp
leiningen leiningen
(vscode-with-extensions.override { (vscode-with-extensions.override {
vscode = vscodium; vscode = vscodium;