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/";
|
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 {
|
vim-over = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-over";
|
pname = "vim-over";
|
||||||
version = "2020-01-26";
|
version = "2020-01-26";
|
||||||
|
@ -402,6 +402,7 @@ nvim-treesitter/nvim-treesitter-textobjects
|
|||||||
nvim-treesitter/playground
|
nvim-treesitter/playground
|
||||||
ocaml/vim-ocaml
|
ocaml/vim-ocaml
|
||||||
octol/vim-cpp-enhanced-highlight
|
octol/vim-cpp-enhanced-highlight
|
||||||
|
ojroques/vim-oscyank@main
|
||||||
Olical/conjure
|
Olical/conjure
|
||||||
OrangeT/vim-csharp
|
OrangeT/vim-csharp
|
||||||
osyo-manga/shabadou.vim
|
osyo-manga/shabadou.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user