Merge pull request #107026 from GovanifY/autospellcheck
vimPlugins.vim-DetectSpellLang: init at 2020-01-13
This commit is contained in:
commit
934a674512
2 changed files with 13 additions and 0 deletions
|
@ -4717,6 +4717,18 @@ let
|
||||||
meta.homepage = "https://github.com/sunaku/vim-dasht/";
|
meta.homepage = "https://github.com/sunaku/vim-dasht/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-DetectSpellLang = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-DetectSpellLang";
|
||||||
|
version = "2020-01-13";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "konfekt";
|
||||||
|
repo = "vim-DetectSpellLang";
|
||||||
|
rev = "d8b545ef138a9ff013f8243f85c79b277b26f5e1";
|
||||||
|
sha256 = "0c1bxryw4rg4cyql7vfp2gwhkl2d0b8inc6shmgfy7jg4svhzs0w";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/Konfekt/vim-DetectSpellLang/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-devicons = buildVimPluginFrom2Nix {
|
vim-devicons = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-devicons";
|
pname = "vim-devicons";
|
||||||
version = "2020-12-10";
|
version = "2020-12-10";
|
||||||
|
|
|
@ -246,6 +246,7 @@ keith/swift.vim
|
||||||
kien/rainbow_parentheses.vim
|
kien/rainbow_parentheses.vim
|
||||||
knubie/vim-kitty-navigator
|
knubie/vim-kitty-navigator
|
||||||
konfekt/fastfold
|
konfekt/fastfold
|
||||||
|
konfekt/vim-DetectSpellLang
|
||||||
kristijanhusak/defx-git
|
kristijanhusak/defx-git
|
||||||
kristijanhusak/defx-icons
|
kristijanhusak/defx-icons
|
||||||
kristijanhusak/deoplete-phpactor
|
kristijanhusak/deoplete-phpactor
|
||||||
|
|
Loading…
Reference in a new issue