mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +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
|
@ -7,15 +7,13 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.PoCo ];
|
||||
|
||||
dependencies = [ "curl" ];
|
||||
|
||||
# Register nvim-cmp association
|
||||
imports = [
|
||||
{ cmpSourcePlugins.supermaven = "supermaven"; }
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
dependencies.curl.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
settingsExample = lib.literalExpression ''
|
||||
{
|
||||
keymaps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue