mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/none-ls: add new server htmlbeautifier
This commit is contained in:
parent
22982bd708
commit
f05d5aaf3b
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ with lib; let
|
||||||
phpmd
|
phpmd
|
||||||
phpstan
|
phpstan
|
||||||
;
|
;
|
||||||
|
inherit
|
||||||
|
(pkgs.rubyPackages)
|
||||||
|
htmlbeautifier
|
||||||
|
;
|
||||||
inherit
|
inherit
|
||||||
(pkgs.ocamlPackages)
|
(pkgs.ocamlPackages)
|
||||||
ocamlformat
|
ocamlformat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue