vimPlugins.gentoo-syntax: init at 2019-09-30

wip/yesman
Bernardo Meurer 5 years ago committed by Jon
parent 349035ad3d
commit 1983fc95c9
  1. 11
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -1188,6 +1188,17 @@ let
};
};
gentoo-syntax = buildVimPluginFrom2Nix {
pname = "gentoo-syntax";
version = "2019-09-30";
src = fetchFromGitHub {
owner = "gentoo";
repo = "gentoo-syntax";
rev = "d09e3a3cf3b9c37b1cf0cd7e4952e24c46bfb9fe";
sha256 = "0d0brqssq4qrx0l0yr668jvq5zk5pxqfkr8d8acbds8a48afz6zf";
};
};
ghcid = buildVimPluginFrom2Nix {
pname = "ghcid";
version = "2019-10-13";

@ -94,6 +94,7 @@ freitass/todo.txt-vim
frigoeu/psc-ide-vim
fsharp/vim-fsharp
garbas/vim-snipmate
gentoo/gentoo-syntax
gibiansky/vim-textobj-haskell
glts/vim-textobj-comment
gmarik/vundle

Loading…
Cancel
Save