mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +02:00
plugins: use mk{Neovim,Vim}Plugin's dependencies parameter
This commit is contained in:
parent
b66559d8ef
commit
1a64636839
49 changed files with 147 additions and 207 deletions
|
@ -22,12 +22,12 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
})
|
||||
];
|
||||
|
||||
extraConfig = cfg: {
|
||||
dependencies = {
|
||||
tinymist.enable = lib.mkDefault true;
|
||||
websocat.enable = lib.mkDefault true;
|
||||
};
|
||||
dependencies = [
|
||||
"tinymist"
|
||||
"websocat"
|
||||
];
|
||||
|
||||
extraConfig = cfg: {
|
||||
plugins.typst-preview.settings = {
|
||||
# Disable automatic downloading of binary dependencies
|
||||
dependencies_bin = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue