Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -506,6 +506,10 @@ self: super: { }; }); jellybeans-nvim = super.jellybeans-nvim.overrideAttrs (old: { dependencies = with self; [ lush-nvim ]; }); LanguageClient-neovim = let version = "0.1.161"; Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -506,6 +506,10 @@ self: super: { }; }); jellybeans-nvim = super.jellybeans-nvim.overrideAttrs (old: { dependencies = with self; [ lush-nvim ]; }); LanguageClient-neovim = let version = "0.1.161"; Loading