nvim-lsp: add clojure-lsp

This commit is contained in:
Gaetan Lepage 2023-05-21 09:14:03 +02:00 committed by Gaétan Lepage
parent 5fa54c6d39
commit a3f79b313b
2 changed files with 7 additions and 0 deletions

View file

@ -24,6 +24,12 @@ with lib; let
description = "Enable clangd LSP, for C/C++.";
package = pkgs.clang-tools;
}
{
name = "clojure-lsp";
description = "Enable clojure-lsp, for clojure.";
serverName = "clojure_lsp";
package = pkgs.clojure-lsp;
}
{
name = "cssls";
description = "Enable cssls, for CSS";