vimPlugins.vim-hocon: init at 2017-09-08

This commit is contained in:
David Wood 2020-06-04 17:05:40 +01:00 committed by Jon
parent 6cc2a43e59
commit a05a858d17
2 changed files with 13 additions and 0 deletions

View File

@ -4789,6 +4789,18 @@ let
meta.homepage = "https://github.com/alx741/vim-hindent/";
};
vim-hocon = buildVimPluginFrom2Nix {
pname = "vim-hocon";
version = "2017-09-08";
src = fetchFromGitHub {
owner = "GEverding";
repo = "vim-hocon";
rev = "bb8fb14e00f8fc1eec27dd39dcc605aac43328a3";
sha256 = "0w6ckm931zpm1k3w02gl58hgfxzfy53sgcc9m8jz3vgi3zz0vki2";
};
meta.homepage = "https://github.com/GEverding/vim-hocon/";
};
vim-hoogle = buildVimPluginFrom2Nix {
pname = "vim-hoogle";
version = "2018-03-04";

View File

@ -111,6 +111,7 @@ fsharp/vim-fsharp
fszymanski/deoplete-emoji
garbas/vim-snipmate
gentoo/gentoo-syntax
GEverding/vim-hocon
gibiansky/vim-textobj-haskell
glts/vim-textobj-comment
godlygeek/csapprox