mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
vimPlugins.vim-oscyank: init at 2021-01-05
This commit is contained in:
parent
4496f9f897
commit
d2a2758dd7
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user