Skip to content

Commit

Permalink
vimPlugins.vim-vsnip: init at 2020-06-04
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs authored and Jon committed Jul 31, 2020
1 parent 720efe2 commit 350764a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6912,6 +6912,18 @@ let
meta.homepage = "https://github.com/thinca/vim-visualstar/";
};

vim-vsnip = buildVimPluginFrom2Nix {
pname = "vim-vsnip";
version = "2020-06-04";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "vim-vsnip";
rev = "c95bb8bc2ff05e2261488497c050d63786c11a16";
sha256 = "0vp98v3wcsmicpa4lzfg3v6scr67wfj36aj1qxwdkx7ahyc6c75g";
};
meta.homepage = "https://github.com/hrsh7th/vim-vsnip/";
};

vim-vue = buildVimPluginFrom2Nix {
pname = "vim-vue";
version = "2019-08-03";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ henrik/vim-indexed-search
HerringtonDarkholme/yats.vim
honza/vim-snippets
hotwatermorning/auto-git-diff
hrsh7th/vim-vsnip
hsanson/vim-android
hsitz/VimOrganizer
iamcco/coc-spell-checker
Expand Down

0 comments on commit 350764a

Please sign in to comment.