Skip to content

Commit

Permalink
plugins/lsp: add beancount-language-server (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coutinho de Souza authored Jan 8, 2024
1 parent 0f1c0bd commit 6645fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6645fea

Please sign in to comment.