vimPlugins.vim-oscyank: init at 2021-01-05

This commit is contained in:
"Andrey Kuznetsov" 2021-01-05 15:26:50 +03:00
parent 4496f9f897
commit d2a2758dd7
2 changed files with 13 additions and 0 deletions

View File

@ -6256,6 +6256,18 @@ let
meta.homepage = "https://github.com/fcpg/vim-osc52/";
};
vim-oscyank = buildVimPluginFrom2Nix {
pname = "vim-oscyank";
version = "2021-01-05";
src = fetchFromGitHub {
owner = "ojroques";
repo = "vim-oscyank";
rev = "755561cd3e4532009dc75c997f8cb0e5f50c9ed7";
sha256 = "18vgmmnds5zfnn1v285g4s0yq7zpj9nwkdm1l5rcnx986rdrbgyw";
};
meta.homepage = "https://github.com/ojroques/vim-oscyank/";
};
vim-over = buildVimPluginFrom2Nix {
pname = "vim-over";
version = "2020-01-26";

View File

@ -402,6 +402,7 @@ nvim-treesitter/nvim-treesitter-textobjects
nvim-treesitter/playground
ocaml/vim-ocaml
octol/vim-cpp-enhanced-highlight
ojroques/vim-oscyank@main
Olical/conjure
OrangeT/vim-csharp
osyo-manga/shabadou.vim