about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-06-21 09:10:37 +0200
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-06-21 13:08:52 +0200
commita76125563256ed92301a76377488971240e8d06d (patch)
tree14f74cb74f5c220d73ae5c847b03e890418bacaf /pkgs/applications/editors
parent6293ea3fc88f30378c1497dd9c11d8302da1326d (diff)
vimPlugins.todo-comments-nvim: add plenary dependency
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 2c8147cfce73c..8228c5da05922 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1485,6 +1485,11 @@
     '';
   };
 
+  todo-comments-nvim = super.todo-comments-nvim.overrideAttrs {
+    dependencies = [ self.plenary-nvim ];
+    nvimRequireCheck = "todo-comments";
+  };
+
   tup =
     let
       # Based on the comment at the top of https://github.com/gittup/tup/blob/master/contrib/syntax/tup.vim