vimPlugins.coc-spell-checker: init at 2020-02-19"
This commit is contained in:
parent
79ee5bc822
commit
0adf77f746
@ -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 {
|
coc-stylelint = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-stylelint";
|
pname = "coc-stylelint";
|
||||||
version = "2019-08-20";
|
version = "2019-08-20";
|
||||||
|
@ -133,6 +133,7 @@ honza/vim-snippets
|
|||||||
hotwatermorning/auto-git-diff
|
hotwatermorning/auto-git-diff
|
||||||
hsanson/vim-android
|
hsanson/vim-android
|
||||||
hsitz/VimOrganizer
|
hsitz/VimOrganizer
|
||||||
|
iamcco/coc-spell-checker
|
||||||
ianks/vim-tsx
|
ianks/vim-tsx
|
||||||
icymind/NeoSolarized
|
icymind/NeoSolarized
|
||||||
idris-hackers/idris-vim
|
idris-hackers/idris-vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user