vim-plugins: add vimprivewpandoc and needed python modules
This commit is contained in:
@@ -1682,4 +1682,25 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
vim-pandoc-after = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-pandoc-after-2015-06-01";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/vim-pandoc/vim-pandoc-after";
|
||||
rev = "4377665e5c98f29ea838deb3b942200b8dd096ef";
|
||||
sha256 = "1di82bgi7sjn7lmma7g9zbdraamsy9c6g7ms6jgglfvynbbvmgg0";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vimpreviewpandoc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vimpreviewpandoc-2016-03-03";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/tex/vimpreviewpandoc";
|
||||
rev = "7c05b4a7bf55a361c7ac33e6e05f7965daed5889";
|
||||
sha256 = "12xnnsvdsl2wc7fy537pdk6s3nfxw46g1l4xqr0fxzhz712nczk5";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
"github:shougo/vimshell.vim"
|
||||
"github:sjl/gundo.vim"
|
||||
"github:takac/vim-hardtime"
|
||||
"github:tex/vimpreviewpandoc"
|
||||
"github:thinca/vim-quickrun"
|
||||
"github:tomasr/molokai"
|
||||
"github:tpope/vim-eunuch"
|
||||
@@ -77,6 +78,7 @@
|
||||
"github:vim-airline/vim-airline-themes"
|
||||
"github:vim-pandoc/vim-pandoc"
|
||||
"github:vim-pandoc/vim-pandoc-syntax"
|
||||
"github:vim-pandoc/vim-pandoc-after"
|
||||
"github:vim-scripts/Colour-Sampler-Pack"
|
||||
"github:vim-scripts/a.vim"
|
||||
"github:vim-scripts/align"
|
||||
|
||||
Reference in New Issue
Block a user