mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/lsp: add beancount-language-server (#920)
This commit is contained in:
parent
0f1c0bda6d
commit
6645fea915
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue