plugins/lsp: add beancount-language-server (#920)

This commit is contained in:
Coutinho de Souza 2024-01-08 23:04:55 +00:00 committed by GitHub
parent 0f1c0bda6d
commit 6645fea915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,11 @@ with lib; let
description = "Enable bashls, for bash.";
package = pkgs.nodePackages.bash-language-server;
}
{
name = "beancount";
description = "Enable beancount-language-server";
package = pkgs.beancount-language-server;
}
{
name = "biome";
description = "Enable Biome, Toolchain of the Web";

View file

@ -83,6 +83,7 @@
ansiblels.enable = true;
astro.enable = true;
bashls.enable = true;
beancount.enable = true;
biome.enable = true;
ccls.enable = true;
clangd.enable = true;