vimPlugins.vim-zettel: init at 2022-09-05
This commit is contained in:
parent
bf76dcab50
commit
80cce6fff1
3 changed files with 17 additions and 0 deletions
|
@ -12969,6 +12969,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/simonrw/vim-yapf/";
|
meta.homepage = "https://github.com/simonrw/vim-yapf/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-zettel = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-zettel";
|
||||||
|
version = "2022-09-05";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "michal-h21";
|
||||||
|
repo = "vim-zettel";
|
||||||
|
rev = "e38119f98c888b6fc700f97e363254ddafc950ba";
|
||||||
|
sha256 = "1a4rc7blj7lh318x8cgyyi9q3m5szdz2f1frn6yga5vqd9cyv877";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/michal-h21/vim-zettel/";
|
||||||
|
};
|
||||||
|
|
||||||
vim2hs = buildVimPluginFrom2Nix {
|
vim2hs = buildVimPluginFrom2Nix {
|
||||||
pname = "vim2hs";
|
pname = "vim2hs";
|
||||||
version = "2014-04-16";
|
version = "2014-04-16";
|
||||||
|
|
|
@ -1260,6 +1260,10 @@ self: super: {
|
||||||
dependencies = with self; [ vimproc-vim ];
|
dependencies = with self; [ vimproc-vim ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
vim-zettel = super.vim-zettel.overrideAttrs (old: {
|
||||||
|
dependencies = with self; [ vimwiki fzf-vim ];
|
||||||
|
});
|
||||||
|
|
||||||
YankRing-vim = super.YankRing-vim.overrideAttrs (old: {
|
YankRing-vim = super.YankRing-vim.overrideAttrs (old: {
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
});
|
});
|
||||||
|
|
|
@ -1088,6 +1088,7 @@ https://github.com/lyokha/vim-xkbswitch/,,
|
||||||
https://github.com/mg979/vim-xtabline/,,
|
https://github.com/mg979/vim-xtabline/,,
|
||||||
https://github.com/stephpy/vim-yaml/,,
|
https://github.com/stephpy/vim-yaml/,,
|
||||||
https://github.com/mindriot101/vim-yapf/,,
|
https://github.com/mindriot101/vim-yapf/,,
|
||||||
|
https://github.com/michal-h21/vim-zettel/,HEAD,
|
||||||
https://github.com/dag/vim2hs/,,
|
https://github.com/dag/vim2hs/,,
|
||||||
https://github.com/dominikduda/vim_current_word/,,
|
https://github.com/dominikduda/vim_current_word/,,
|
||||||
https://github.com/andrep/vimacs/,,
|
https://github.com/andrep/vimacs/,,
|
||||||
|
|
Loading…
Reference in a new issue