vimPlugins.coc-markdownlint: init at 2020-07-08

This commit is contained in:
Andrey Kuznetsov 2020-07-10 00:32:38 +00:00 committed by Jon
parent dc78ed5147
commit 5bb8715c9b
2 changed files with 13 additions and 0 deletions

View file

@ -543,6 +543,18 @@ let
meta.homepage = "https://github.com/neoclide/coc-lists/";
};
coc-markdownlint = buildVimPluginFrom2Nix {
pname = "coc-markdownlint";
version = "2020-07-08";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-markdownlint";
rev = "4ec732afabd22d7d093eeee905287e342ca3e98f";
sha256 = "0xlk6fbf9rjd6r9bzldk5xn5f25gs6y9yzfsgshg555ybfy3dyjk";
};
meta.homepage = "https://github.com/fannheyward/coc-markdownlint/";
};
coc-metals = buildVimPluginFrom2Nix {
pname = "coc-metals";
version = "2020-08-09";

View file

@ -100,6 +100,7 @@ enomsg/vim-haskellConcealPlus
ensime/ensime-vim
ervandew/supertab
esneider/YUNOcommit.vim
fannheyward/coc-markdownlint
fannheyward/coc-rust-analyzer
farmergreg/vim-lastplace
fatih/vim-go