about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-02-19 08:42:48 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-02-20 12:10:33 +0100
commit4585e37aef32e32e2f52063cca45c2ffa6e3da91 (patch)
tree3ce789361175272c79929bfc56d78d87294540c5 /pkgs/applications/editors
parentdc6c9e35b666c328da8759cceedc8e96028f9ce9 (diff)
downloadnixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.tar
nixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.tar.gz
nixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.tar.bz2
nixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.tar.lz
nixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.tar.xz
nixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.tar.zst
nixlib-4585e37aef32e32e2f52063cca45c2ffa6e3da91.zip
vimPlugins.none-ls-nvim: add plenary-nvim dependency
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index c25b5c7d78b1..68ce88387fa9 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -955,6 +955,10 @@
     dependencies = with self; [ nui-nvim ];
   };
 
+  none-ls-nvim = super.none-ls-nvim.overrideAttrs {
+    dependencies = [ self.plenary-nvim ];
+  };
+
   null-ls-nvim = super.null-ls-nvim.overrideAttrs {
     dependencies = with self; [ plenary-nvim ];
   };