mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
vimPlugins: added some plugins
This commit is contained in:
parent
2496ecc327
commit
216a05175c
2 changed files with 87 additions and 14 deletions
|
@ -87,17 +87,6 @@ rec {
|
|||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||
yankring = YankRing;
|
||||
|
||||
CSApprox = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "CSApprox-2013-07-26";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/godlygeek/csapprox";
|
||||
rev = "7981dac51d8b6776985aa08cb7b5ee98ea7f2ddd";
|
||||
sha256 = "8ccb47eb79c7ab63109d32158388812bdca340985527af4f2a5489ff8683389f";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
CSApprox = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "CSApprox-2013-07-26";
|
||||
src = fetchgit {
|
||||
|
@ -356,6 +345,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
neomake = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "neomake-2015-09-29";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/benekastah/neomake";
|
||||
rev = "dc65a7a5d85670c84fc0055d19fa6901ae96ef93";
|
||||
sha256 = "967559156af1f06e345c04a4df9e3ab6a0e913e56ff2a66189a91a5c57c4f668";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-hdevtools = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-hdevtools-2012-12-29";
|
||||
src = fetchgit {
|
||||
|
@ -532,6 +532,28 @@ rec {
|
|||
postInstall = false;
|
||||
};
|
||||
|
||||
limelight-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "limelight-vim-2015-08-19";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/junegunn/limelight.vim";
|
||||
rev = "153e3f7b78484eb4f5d69833ebf628f44b94996d";
|
||||
sha256 = "85a5188dfd51a170b88e1df5ad4f5ae1cfb2e5c54dfbb734d7f4d85cf28eb5fd";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-peekaboo = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-peekaboo-2015-07-16";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/junegunn/vim-peekaboo";
|
||||
rev = "b14a7496897bb0a520bed4f519ca79a683bafeec";
|
||||
sha256 = "926f42ee4271395ad8a3526e7b0f1077482cec2f557595d3365ac86eb88ae8c3";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-eighties = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-eighties-2015-06-15";
|
||||
src = fetchgit {
|
||||
|
@ -565,6 +587,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
vimtex = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vimtex-2015-10-04";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/lervag/vimtex";
|
||||
rev = "db92be5756239c31eed521f2131eac3ca997c0cc";
|
||||
sha256 = "67597a04c0c92199d0499607982a202247ef879768445eb0c7a21d27357845fc";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-easymotion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-easymotion-2015-08-06";
|
||||
src = fetchgit {
|
||||
|
@ -766,6 +799,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
vim-eunuch = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-eunuch-2015-06-30";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/tpope/vim-eunuch";
|
||||
rev = "eb8b2d54fb537ee93f762f6331265057a3f69727";
|
||||
sha256 = "ec9194bf2ec97ae3c0f5818fb8a7a9edaf4ea93ca790df7c4d6a4e2486218fe6";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
hasksyn = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "hasksyn-2014-09-03";
|
||||
src = fetchgit {
|
||||
|
@ -834,6 +878,28 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
vim-pandoc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-pandoc-2015-08-13";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/vim-pandoc/vim-pandoc";
|
||||
rev = "ead1f177b2c894d60e01d3f16227e2e6e06c85a7";
|
||||
sha256 = "44fa5d236f7ae2e98bd3e1575b79265be812b4a49488d001f9f37e9b2b8cd3f8";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-pandoc-syntax = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-pandoc-syntax-2015-09-25";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/vim-pandoc/vim-pandoc-syntax";
|
||||
rev = "dd71d6fc53e22e2bc84790e0b60f9827957e1ea7";
|
||||
sha256 = "60787f9ced453f335c0fe02f3e727bc9d4f4ab2e40a42a881b3b6f3b20798e37";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
Colour-Sampler-Pack = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "Colour-Sampler-Pack-2012-11-29";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
"vim-webdevicons"
|
||||
"CSApprox"
|
||||
"CheckAttach"
|
||||
"Gist"
|
||||
|
@ -23,10 +22,11 @@
|
|||
"ghcmod"
|
||||
"github:JagaJaga/vim-addon-vim2nix"
|
||||
"github:ap/vim-css-color"
|
||||
"github:mkasa/lushtags"
|
||||
"github:benekastah/neomake"
|
||||
"github:bitc/vim-hdevtools"
|
||||
"github:christoomey/vim-tmux-navigator"
|
||||
"github:ctrlpvim/ctrlp.vim"
|
||||
"github:digitaltoad/vim-jade"
|
||||
"github:eagletmt/neco-ghc"
|
||||
"github:esneider/YUNOcommit.vim"
|
||||
"github:fatih/vim-go"
|
||||
|
@ -39,11 +39,15 @@
|
|||
"github:jgdavey/tslime.vim"
|
||||
"github:jistr/vim-nerdtree-tabs"
|
||||
"github:joonty/vim-xdebug"
|
||||
"github:junegunn/limelight.vim"
|
||||
"github:junegunn/vim-peekaboo"
|
||||
"github:justincampbell/vim-eighties"
|
||||
"github:latex-box-team/latex-box"
|
||||
"github:lepture/vim-jinja"
|
||||
"github:lervag/vimtex"
|
||||
"github:lokaltog/vim-easymotion"
|
||||
"github:lyokha/vim-xkbswitch"
|
||||
"github:mkasa/lushtags"
|
||||
"github:nbouscal/vim-stylish-haskell"
|
||||
"github:osyo-manga/shabadou.vim"
|
||||
"github:osyo-manga/vim-watchdogs"
|
||||
|
@ -56,10 +60,13 @@
|
|||
"github:shougo/vimshell.vim"
|
||||
"github:takac/vim-hardtime"
|
||||
"github:thinca/vim-quickrun"
|
||||
"github:tpope/vim-eunuch"
|
||||
"github:tomasr/molokai"
|
||||
"github:travitch/hasksyn"
|
||||
"github:twinside/vim-haskellconceal"
|
||||
"github:valloric/youcompleteme"
|
||||
"github:vim-pandoc/vim-pandoc"
|
||||
"github:vim-pandoc/vim-pandoc-syntax"
|
||||
"github:vim-scripts/Colour-Sampler-Pack"
|
||||
"github:vim-scripts/a.vim"
|
||||
"github:vim-scripts/align"
|
||||
|
@ -69,7 +76,6 @@
|
|||
"github:vim-scripts/wombat256.vim"
|
||||
"github:wakatime/vim-wakatime"
|
||||
"github:wincent/command-t"
|
||||
"github:digitaltoad/vim-jade"
|
||||
"goyo"
|
||||
"matchit.zip"
|
||||
"pathogen"
|
||||
|
@ -110,6 +116,7 @@
|
|||
"vim-signature"
|
||||
"vim-signify"
|
||||
"vim-snippets"
|
||||
"vim-webdevicons"
|
||||
"vim2hs"
|
||||
"vimwiki"
|
||||
"vundle"
|
||||
|
|
Loading…
Reference in a new issue