mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/nvim-lsp: add cmake LS
This commit is contained in:
parent
01a45fd033
commit
b15623e390
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue