vimPlugins.coc-spell-checker: init at 2020-02-19"
This commit is contained in:
parent
79ee5bc822
commit
0adf77f746
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue