vimPlugins.yats-vim: init at 2018-10-17

This commit is contained in:
Wael M. Nasreddine 2018-11-07 11:23:19 -08:00
parent 96bf462238
commit cf4b714ab1
No known key found for this signature in database
GPG Key ID: 82AE0A31B33CEFCF
2 changed files with 12 additions and 0 deletions

View File

@ -3491,6 +3491,17 @@
};
};
yats-vim = buildVimPluginFrom2Nix {
name = "yats-vim-2018-10-17";
src = fetchFromGitHub {
owner = "HerringtonDarkholme";
repo = "yats.vim";
rev = "4675d7ff4b04aa5c5eabd5a1d862fcf78a7cd759";
sha256 = "1hb36d4lb79dzn4idmar8zq1w4ya4a52a5gpzksj9x9k4fx6gakr";
fetchSubmodules = true;
};
};
youcompleteme = buildVimPluginFrom2Nix {
name = "youcompleteme-2018-10-14";
src = fetchFromGitHub {

View File

@ -83,6 +83,7 @@ haya14busa/incsearch-easymotion.vim
haya14busa/incsearch.vim
heavenshell/vim-jsdoc
hecal3/vim-leader-guide
HerringtonDarkholme/yats.vim
honza/vim-snippets
hsanson/vim-android
ianks/vim-tsx