Merge pull request #9556 from kamilchm/vim-go

vimPlugins: replace unmaintained vim-golang with vim-go
This commit is contained in:
Arseniy Seroka 2015-08-31 00:58:54 +03:00
commit 7cf4d2cf5b
2 changed files with 12 additions and 12 deletions

View file

@ -420,6 +420,17 @@ rec {
};
vim-go = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-go-2015-08-12";
src = fetchgit {
url = "git://github.com/fatih/vim-go";
rev = "5048bdbebcffb296aa60b4c21c44ae8276244539";
sha256 = "1k9r6zdlb553d8zhhswbjph4fa6n17qdvc8zz0cix6h2lw9dr9mj";
};
dependencies = [];
};
idris-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "idris-vim-2015-08-14";
src = fetchgit {
@ -508,17 +519,6 @@ rec {
};
vim-golang = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-golang-2014-08-06";
src = fetchgit {
url = "git://github.com/jnwhiteh/vim-golang";
rev = "e6d0c6a72a66af2674b96233c4747661e0f47a8c";
sha256 = "1231a2eff780dbff4f885fcb4f656f7dd70597e1037ca800470de03bf0c5e7af";
};
dependencies = [];
};
vim-xdebug = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-xdebug-2012-08-15";
src = fetchgit {

View file

@ -29,6 +29,7 @@
"github:christoomey/vim-tmux-navigator"
"github:eagletmt/neco-ghc"
"github:esneider/YUNOcommit.vim"
"github:fatih/vim-go"
"github:idris-hackers/idris-vim"
"github:itchyny/calendar.vim"
"github:itchyny/thumbnail.vim"
@ -37,7 +38,6 @@
"github:jeetsukumaran/vim-buffergator"
"github:jgdavey/tslime.vim"
"github:jistr/vim-nerdtree-tabs"
"github:jnwhiteh/vim-golang"
"github:joonty/vim-xdebug"
"github:justincampbell/vim-eighties"
"github:latex-box-team/latex-box"