mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #214587 from virusdave/virusdave/scratch/add_unison_vim_support
vimPlugins.unison: init at 2023-02-03
This commit is contained in:
commit
3cff3b6eb6
@ -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";
|
||||
|
@ -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 ];
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user