mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #21904 from instantepiphany/master
vimPlugins: add typescript-vim, tsuquyomi
This commit is contained in:
commit
fe5cbf221f
@ -750,6 +750,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
typescript-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "typescript-vim-2016-08-10";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/leafgarland/typescript-vim";
|
||||
rev = "7e25a901af7cd993498cc9ecfc833ca2ac21db7a";
|
||||
sha256 = "0n5lrn741ar6wkvsi86kf7hgdjdwq34sn3ppzcddhvic5hayrkyk";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-ipython = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-ipython-2015-06-23";
|
||||
src = fetchgit {
|
||||
@ -1763,6 +1774,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
tsuquyomi = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "tsuquyomi-2017-01-02";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/Quramy/tsuquyomi";
|
||||
rev = "473aa2703950816748329acca56c069df7339c96";
|
||||
sha256 = "0h5gbhs4gsvyjsin2wvdlbrr6ykpcmipmpwpf39595j1dlqnab59";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
undotree = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "undotree-2016-07-19";
|
||||
src = fetchgit {
|
||||
|
@ -23,6 +23,7 @@
|
||||
"github:907th/vim-auto-save"
|
||||
"github:Chiel92/vim-autoformat"
|
||||
"github:LnL7/vim-nix"
|
||||
"github:Quramy/tsuquyomi"
|
||||
"github:Shougo/deoplete.nvim"
|
||||
"github:ajh17/Spacegray.vim"
|
||||
"github:alvan/vim-closetag"
|
||||
@ -66,6 +67,7 @@
|
||||
"github:junegunn/vim-peekaboo"
|
||||
"github:justincampbell/vim-eighties"
|
||||
"github:latex-box-team/latex-box"
|
||||
"github:leafgarland/typescript-vim"
|
||||
"github:lepture/vim-jinja"
|
||||
"github:lervag/vimtex"
|
||||
"github:lokaltog/vim-easymotion"
|
||||
|
Loading…
Reference in New Issue
Block a user