1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-19 08:49:40 +01:00

plugins/nvim-lsp: add cmake LS

This commit is contained in:
Gaetan Lepage 2023-06-27 08:12:02 +02:00 committed by Gaétan Lepage
parent 01a45fd033
commit b15623e390
2 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,11 @@ with lib; let
serverName = "clojure_lsp";
package = pkgs.clojure-lsp;
}
{
name = "cmake";
description = "Enable cmake language server, for cmake files.";
package = pkgs.cmake-language-server;
}
{
name = "cssls";
description = "Enable cssls, for CSS";