Merge pull request #214587 from virusdave/virusdave/scratch/add_unison_vim_support

vimPlugins.unison: init at 2023-02-03
This commit is contained in:
figsoda 2023-02-04 14:17:02 -05:00 committed by GitHub
commit 3cff3b6eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -8765,6 +8765,18 @@ final: prev:
meta.homepage = "https://github.com/chrisbra/unicode.vim/";
};
unison = buildVimPluginFrom2Nix {
pname = "unison";
version = "2023-02-03";
src = fetchFromGitHub {
owner = "unisonweb";
repo = "unison";
rev = "59acc0cbe429492a99bfebf2b783fc2fa3967f75";
sha256 = "1nrpxprq1f2pp269nrx18avv7ghngqlr7rjahib91rgkvhw6k1x7";
};
meta.homepage = "https://github.com/unisonweb/unison/";
};
unite-vim = buildVimPluginFrom2Nix {
pname = "unite.vim";
version = "2021-02-06";

View File

@ -991,6 +991,11 @@ self: super: {
'';
});
unison = super.unison.overrideAttrs (old: {
# Editor stuff isn't at top level
postPatch = "cd editor-support/vim";
});
vCoolor-vim = super.vCoolor-vim.overrideAttrs (old: {
# on linux can use either Zenity or Yad.
propagatedBuildInputs = [ gnome.zenity ];

View File

@ -735,6 +735,7 @@ https://github.com/leafgarland/typescript-vim/,,
https://github.com/SirVer/ultisnips/,,
https://github.com/mbbill/undotree/,,
https://github.com/chrisbra/unicode.vim/,,
https://github.com/unisonweb/unison/,,
https://github.com/Shougo/unite.vim/,,
https://github.com/axieax/urlview.nvim/,,
https://github.com/vim-scripts/utl.vim/,,