vimPlugins.gentoo-syntax: init at 2019-09-30
This commit is contained in:
parent
349035ad3d
commit
1983fc95c9
@ -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 {
|
ghcid = buildVimPluginFrom2Nix {
|
||||||
pname = "ghcid";
|
pname = "ghcid";
|
||||||
version = "2019-10-13";
|
version = "2019-10-13";
|
||||||
|
@ -94,6 +94,7 @@ freitass/todo.txt-vim
|
|||||||
frigoeu/psc-ide-vim
|
frigoeu/psc-ide-vim
|
||||||
fsharp/vim-fsharp
|
fsharp/vim-fsharp
|
||||||
garbas/vim-snipmate
|
garbas/vim-snipmate
|
||||||
|
gentoo/gentoo-syntax
|
||||||
gibiansky/vim-textobj-haskell
|
gibiansky/vim-textobj-haskell
|
||||||
glts/vim-textobj-comment
|
glts/vim-textobj-comment
|
||||||
gmarik/vundle
|
gmarik/vundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user