mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 16:14:46 +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
|
@ -8,6 +8,8 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
dependencies = [ "cornelis" ];
|
||||
|
||||
imports = [
|
||||
# TODO: added 2025-04-07, remove after 25.05
|
||||
(lib.nixvim.mkRemovedPackageOptionModule {
|
||||
|
@ -16,10 +18,6 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
})
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
dependencies.cornelis.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
settingsOptions = {
|
||||
use_global_binary = defaultNullOpts.mkFlagInt 0 ''
|
||||
Whether to use global binary instead of stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue