1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-15 13:31:09 +01:00

plugins/lsp/bufls: init

This commit is contained in:
alxdb 2024-08-08 23:29:39 +01:00
parent 1adbf11900
commit fab51138b7
2 changed files with 6 additions and 0 deletions

View file

@ -48,6 +48,11 @@ let
name = "biome";
description = "Biome, Toolchain of the Web";
}
{
name = "bufls";
description = "Prototype for a Protobuf language server compatible with Buf.";
package = pkgs.buf-language-server;
}
{
name = "ccls";
description = "ccls for C/C++";