Skip to content

Commit

Permalink
vimPlugins.markdown-preview-nvim: init at 2021-03-10
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz authored and Jonathan Ringer committed May 8, 2021
1 parent ad7bc81 commit 44decf4
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 @@ -2470,6 +2470,18 @@ let
meta.homepage = "https://github.com/mkasa/lushtags/";
};

markdown-preview-nvim = buildVimPluginFrom2Nix {
pname = "markdown-preview-nvim";
version = "2021-03-10";
src = fetchFromGitHub {
owner = "iamcco";
repo = "markdown-preview.nvim";
rev = "e5bfe9b89dc9c2fbd24ed0f0596c85fd0568b143";
sha256 = "0bfkcfjqg2jqm4ss16ks1mfnlnpyg1l4l18g7pagw1dfka14y8fg";
};
meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/";
};

matchit-zip = buildVimPluginFrom2Nix {
pname = "matchit-zip";
version = "2010-10-18";
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 @@ -189,6 +189,7 @@ hrsh7th/vim-vsnip-integ
hsanson/vim-android
hsitz/VimOrganizer
iamcco/coc-spell-checker
iamcco/markdown-preview.nvim
ianks/vim-tsx
idanarye/vim-merginal
idris-hackers/idris-vim
Expand Down

0 comments on commit 44decf4

Please sign in to comment.