vimPlugins.coc-spell-checker: init at 2020-02-19"

This commit is contained in:
Silje Enge Kristensen 2020-03-14 11:10:11 +01:00 committed by adisbladis
parent 79ee5bc822
commit 0adf77f746
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 12 additions and 0 deletions

View file

@ -554,6 +554,17 @@ let
};
};
coc-spell-checker = buildVimPluginFrom2Nix {
pname = "coc-spell-checker";
version = "2020-02-19";
src = fetchFromGitHub {
owner = "iamcco";
repo = "coc-spell-checker";
rev = "c956e288a4d0ffff85e920970776d89dc9c65099";
sha256 = "00xavbkdx019f6xm6bwf3xqgyvbp3sz7ddnjxfvgah97gwy0q7xs";
};
};
coc-stylelint = buildVimPluginFrom2Nix {
pname = "coc-stylelint";
version = "2019-08-20";

View file

@ -133,6 +133,7 @@ honza/vim-snippets
hotwatermorning/auto-git-diff
hsanson/vim-android
hsitz/VimOrganizer
iamcco/coc-spell-checker
ianks/vim-tsx
icymind/NeoSolarized
idris-hackers/idris-vim