vim-tsx: init at 2017-03-16

fixes #46728
This commit is contained in:
Sam Parkinson 2018-09-20 13:51:04 +10:00 committed by Jörg Thalheim
parent 6fdec2b3a4
commit 0e1f3ef01a
2 changed files with 11 additions and 0 deletions

View File

@ -3009,6 +3009,16 @@
};
};
vim-tsx = buildVimPluginFrom2Nix {
name = "vim-tsx-2017-03-16";
src = fetchFromGitHub {
owner = "ianks";
repo = "vim-tsx";
rev = "77c89c42e189fefd3c9a632b37b7e3b3b9edf918";
sha256 = "0wmd6gql57bxp868sq2dchp9sc3jbisr4vaz4y0lczhmk0prds6n";
};
};
vim-unimpaired = buildVimPluginFrom2Nix {
name = "vim-unimpaired-2018-07-26";
src = fetchFromGitHub {

View File

@ -79,6 +79,7 @@ heavenshell/vim-jsdoc
hecal3/vim-leader-guide
honza/vim-snippets
hsanson/vim-android
ianks/vim-tsx
idris-hackers/idris-vim
inkarkat/vim-SyntaxRange
int3/vim-extradite