mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/none-ls: add package association for xmllint
This commit is contained in:
parent
d777475e69
commit
4edfed1075
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ let
|
||||||
verible_verilog_format = pkgs.verible;
|
verible_verilog_format = pkgs.verible;
|
||||||
vint = pkgs.vim-vint;
|
vint = pkgs.vim-vint;
|
||||||
write_good = pkgs.write-good;
|
write_good = pkgs.write-good;
|
||||||
|
xmllint = pkgs.libxml2;
|
||||||
|
|
||||||
# Sources not present in nixpkgs
|
# Sources not present in nixpkgs
|
||||||
blade_formatter = null;
|
blade_formatter = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue