vimPlugins.vim-markbar: init at 2020-05-10
This commit is contained in:
parent
f2e3b79750
commit
2dd6666da5
|
@ -5713,6 +5713,18 @@ let
|
||||||
meta.homepage = "https://github.com/lambdalisue/vim-manpager/";
|
meta.homepage = "https://github.com/lambdalisue/vim-manpager/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-markbar = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-markbar";
|
||||||
|
version = "2020-05-10";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Yilin-Yang";
|
||||||
|
repo = "vim-markbar";
|
||||||
|
rev = "39953e36f6b6f6711e7ae3b1c65053ee23a1d8dc";
|
||||||
|
sha256 = "1m1785chpik023nf4zcckr5vanzh7dcn5l7rc58hiqhdii7xamna";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/Yilin-Yang/vim-markbar/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-markdown = buildVimPluginFrom2Nix {
|
vim-markdown = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-markdown";
|
pname = "vim-markdown";
|
||||||
version = "2020-07-14";
|
version = "2020-07-14";
|
||||||
|
|
|
@ -631,6 +631,7 @@ xolox/vim-misc
|
||||||
xuhdev/vim-latex-live-preview
|
xuhdev/vim-latex-live-preview
|
||||||
ycm-core/YouCompleteMe
|
ycm-core/YouCompleteMe
|
||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
|
Yilin-Yang/vim-markbar
|
||||||
yuki-ycino/ncm2-dictionary
|
yuki-ycino/ncm2-dictionary
|
||||||
zah/nim.vim
|
zah/nim.vim
|
||||||
ziglang/zig.vim
|
ziglang/zig.vim
|
||||||
|
|
Loading…
Reference in New Issue