vimPlugins.coconut-vim: init at 2017-10-10
This commit is contained in:
parent
602471c8ec
commit
d491e5fd3a
2 changed files with 13 additions and 0 deletions
|
@ -1384,6 +1384,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/neoclide/coc.nvim/";
|
||||
};
|
||||
|
||||
coconut-vim = buildVimPluginFrom2Nix {
|
||||
pname = "coconut.vim";
|
||||
version = "2017-10-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "manicmaniac";
|
||||
repo = "coconut.vim";
|
||||
rev = "cea47739aab9f163d240d1609e7eea326fd55072";
|
||||
sha256 = "03rq3lpplgywvm620jzx085l74180163q8gls4gjrad2fgm9n96n";
|
||||
};
|
||||
meta.homepage = "https://github.com/manicmaniac/coconut.vim/";
|
||||
};
|
||||
|
||||
codi-vim = buildVimPluginFrom2Nix {
|
||||
pname = "codi.vim";
|
||||
version = "2022-04-30";
|
||||
|
|
|
@ -116,6 +116,7 @@ https://github.com/iamcco/coc-spell-checker/,,
|
|||
https://github.com/coc-extensions/coc-svelte/,,
|
||||
https://github.com/iamcco/coc-tailwindcss/,,
|
||||
https://github.com/neoclide/coc.nvim/,release,
|
||||
https://github.com/manicmaniac/coconut.vim/,HEAD,
|
||||
https://github.com/metakirby5/codi.vim/,,
|
||||
https://github.com/tjdevries/colorbuddy.nvim/,,
|
||||
https://github.com/lilydjwg/colorizer/,,
|
||||
|
|
Loading…
Reference in a new issue