vimPlugins.vim-osc52: init at 2017-06-23
This commit is contained in:
parent
5bb8715c9b
commit
3b29c023f8
@ -5941,6 +5941,18 @@ let
|
||||
meta.homepage = "https://github.com/jceb/vim-orgmode/";
|
||||
};
|
||||
|
||||
vim-osc52 = buildVimPluginFrom2Nix {
|
||||
pname = "vim-osc52";
|
||||
version = "2017-06-23";
|
||||
src = fetchFromGitHub {
|
||||
owner = "fcpg";
|
||||
repo = "vim-osc52";
|
||||
rev = "01a311169b2678d853c87b371201205daf8fdf1a";
|
||||
sha256 = "1nxla8r4036shbmyx6wpxy9ncy1s2c5ghi5n5ip22b01lcv6lnv5";
|
||||
};
|
||||
meta.homepage = "https://github.com/fcpg/vim-osc52/";
|
||||
};
|
||||
|
||||
vim-over = buildVimPluginFrom2Nix {
|
||||
pname = "vim-over";
|
||||
version = "2020-01-26";
|
||||
|
@ -104,6 +104,7 @@ fannheyward/coc-markdownlint
|
||||
fannheyward/coc-rust-analyzer
|
||||
farmergreg/vim-lastplace
|
||||
fatih/vim-go
|
||||
fcpg/vim-osc52
|
||||
FelikZ/ctrlp-py-matcher
|
||||
fenetikm/falcon
|
||||
fisadev/vim-isort
|
||||
|
Loading…
Reference in New Issue
Block a user