Skip to content

Commit

Permalink
vim-tsx: init at 2017-03-16
Browse files Browse the repository at this point in the history
fixes #46728
  • Loading branch information
samdroid-apps authored and Mic92 committed Sep 20, 2018
1 parent 6fdec2b commit 0e1f3ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down

0 comments on commit 0e1f3ef

Please sign in to comment.