mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
vim-plugins: update
This commit is contained in:
parent
6b286fa339
commit
0f536deb74
@ -363,17 +363,6 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
forms = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "forms-2012-11-28";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/megaannum/forms";
|
||||
rev = "b601e03fe0a3b8a43766231f4a6217e4492b4f75";
|
||||
sha256 = "19kp1i5c6jmnpbsap9giayqbzlv7vh02mp4mjvicqj9n0nfyay74";
|
||||
};
|
||||
dependencies = ["self"];
|
||||
|
||||
};
|
||||
|
||||
fugitive = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "fugitive-2017-07-12";
|
||||
src = fetchgit {
|
||||
@ -1129,6 +1118,28 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
forms = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "forms-2012-11-28";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/megaannum/forms";
|
||||
rev = "b601e03fe0a3b8a43766231f4a6217e4492b4f75";
|
||||
sha256 = "19kp1i5c6jmnpbsap9giayqbzlv7vh02mp4mjvicqj9n0nfyay74";
|
||||
};
|
||||
dependencies = ["self"];
|
||||
|
||||
};
|
||||
|
||||
self = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "self-2014-05-28";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/megaannum/self";
|
||||
rev = "2ed666b547eddee6ae1fcc63babca4ba0b66a59f";
|
||||
sha256 = "1gcwn6i5i3msg7hrlzsnv1bs6pm4jz9cff8ppaz2xdj8xv9qy6fn";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-startify = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-startify-2017-06-15";
|
||||
src = fetchgit {
|
||||
@ -1943,17 +1954,6 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
self = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "self-2014-05-28";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/megaannum/self";
|
||||
rev = "2ed666b547eddee6ae1fcc63babca4ba0b66a59f";
|
||||
sha256 = "1gcwn6i5i3msg7hrlzsnv1bs6pm4jz9cff8ppaz2xdj8xv9qy6fn";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
sensible = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "sensible-2017-05-09";
|
||||
src = fetchgit {
|
||||
|
@ -1,7 +1,6 @@
|
||||
"CSApprox"
|
||||
"CheckAttach"
|
||||
"Gist"
|
||||
"gruvbox"
|
||||
"Hoogle"
|
||||
"Solarized"
|
||||
"Supertab"
|
||||
@ -16,8 +15,8 @@
|
||||
"YankRing"
|
||||
"clang_complete"
|
||||
"commentary"
|
||||
"ctrlp-py-matcher"
|
||||
"ctrlp-cmatcher"
|
||||
"ctrlp-py-matcher"
|
||||
"ctrlp-z"
|
||||
"extradite"
|
||||
"fugitive"
|
||||
@ -27,8 +26,8 @@
|
||||
"github:LnL7/vim-nix"
|
||||
"github:Quramy/tsuquyomi"
|
||||
"github:Shougo/deoplete.nvim"
|
||||
"github:albfan/nerdtree-git-plugin"
|
||||
"github:ajh17/Spacegray.vim"
|
||||
"github:albfan/nerdtree-git-plugin"
|
||||
"github:alvan/vim-closetag"
|
||||
"github:ap/vim-css-color"
|
||||
"github:bbchung/clighter8"
|
||||
@ -45,6 +44,7 @@
|
||||
"github:dleonard0/pony-vim-syntax"
|
||||
"github:dracula/vim"
|
||||
"github:eagletmt/neco-ghc"
|
||||
"github:editorconfig/editorconfig-vim"
|
||||
"github:eikenb/acp"
|
||||
"github:elixir-lang/vim-elixir"
|
||||
"github:elmcast/elm-vim"
|
||||
@ -57,6 +57,7 @@
|
||||
"github:floobits/floobits-neovim"
|
||||
"github:frigoeu/psc-ide-vim"
|
||||
"github:google/vim-jsonnet"
|
||||
"github:heavenshell/vim-jsdoc"
|
||||
"github:hecal3/vim-leader-guide"
|
||||
"github:idris-hackers/idris-vim"
|
||||
"github:itchyny/calendar.vim"
|
||||
@ -67,6 +68,7 @@
|
||||
"github:jceb/vim-orgmode"
|
||||
"github:jeetsukumaran/vim-buffergator"
|
||||
"github:jgdavey/tslime.vim"
|
||||
"github:jiangmiao/auto-pairs"
|
||||
"github:jistr/vim-nerdtree-tabs"
|
||||
"github:jnurmine/zenburn"
|
||||
"github:jonbri/vim-colorstepper"
|
||||
@ -85,6 +87,8 @@
|
||||
"github:lyokha/vim-xkbswitch"
|
||||
"github:machakann/vim-highlightedyank"
|
||||
"github:martinda/Jenkinsfile-vim-syntax"
|
||||
"github:megaannum/forms"
|
||||
"github:megaannum/self"
|
||||
"github:mhinz/vim-startify"
|
||||
"github:michaeljsmith/vim-indent-object"
|
||||
"github:mileszs/ack.vim"
|
||||
@ -93,6 +97,7 @@
|
||||
"github:nathanaelkane/vim-indent-guides"
|
||||
"github:nbouscal/vim-stylish-haskell"
|
||||
"github:neovimhaskell/haskell-vim"
|
||||
"github:nixprime/cpsm"
|
||||
"github:osyo-manga/shabadou.vim"
|
||||
"github:osyo-manga/vim-watchdogs"
|
||||
"github:plasticboy/vim-markdown"
|
||||
@ -102,8 +107,8 @@
|
||||
"github:rhysd/vim-grammarous"
|
||||
"github:rodjek/vim-puppet"
|
||||
"github:rust-lang/rust.vim"
|
||||
"github:sebastianmarkow/deoplete-rust"
|
||||
"github:sbdchd/neoformat"
|
||||
"github:sebastianmarkow/deoplete-rust"
|
||||
"github:sheerun/vim-polyglot"
|
||||
"github:shougo/neco-vim"
|
||||
"github:shougo/neocomplete.vim"
|
||||
@ -134,8 +139,8 @@
|
||||
"github:vim-scripts/Rename"
|
||||
"github:vim-scripts/ReplaceWithRegister"
|
||||
"github:vim-scripts/a.vim"
|
||||
"github:vim-scripts/argtextobj.vim"
|
||||
"github:vim-scripts/align"
|
||||
"github:vim-scripts/argtextobj.vim"
|
||||
"github:vim-scripts/changeColorScheme.vim"
|
||||
"github:vim-scripts/random.vim"
|
||||
"github:vim-scripts/tabmerge"
|
||||
@ -145,9 +150,10 @@
|
||||
"github:xolox/vim-easytags"
|
||||
"github:xolox/vim-misc"
|
||||
"github:zah/nim.vim"
|
||||
"github:zchee/deoplete-jedi"
|
||||
"github:zchee/deoplete-go"
|
||||
"github:zchee/deoplete-jedi"
|
||||
"goyo"
|
||||
"gruvbox"
|
||||
"matchit.zip"
|
||||
"pathogen"
|
||||
"quickfixstatus"
|
||||
@ -196,7 +202,3 @@
|
||||
"vimwiki"
|
||||
"vinegar"
|
||||
"vundle"
|
||||
"github:jiangmiao/auto-pairs"
|
||||
"github:editorconfig/editorconfig-vim"
|
||||
"github:heavenshell/vim-jsdoc"
|
||||
"github:nixprime/cpsm"
|
||||
|
Loading…
Reference in New Issue
Block a user