mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
nvim-lsp: add clojure-lsp
This commit is contained in:
parent
5fa54c6d39
commit
a3f79b313b
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
astro.enable = true;
|
||||
bashls.enable = true;
|
||||
clangd.enable = true;
|
||||
clojure-lsp.enable = true;
|
||||
cssls.enable = true;
|
||||
dartls.enable = true;
|
||||
denols.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue