vimPlugins.ccc-nvim: init at 2022-09-25

This commit is contained in:
"Pablo Ovelleiro Corral" 2022-09-26 10:16:29 +02:00
parent 4ff41e9b5f
commit fa6852ee6b
2 changed files with 13 additions and 0 deletions

View file

@ -976,6 +976,18 @@ final: prev:
meta.homepage = "https://github.com/tyru/caw.vim/"; meta.homepage = "https://github.com/tyru/caw.vim/";
}; };
ccc-nvim = buildVimPluginFrom2Nix {
pname = "ccc.nvim";
version = "2022-09-25";
src = fetchFromGitHub {
owner = "uga-rosa";
repo = "ccc.nvim";
rev = "5c1156d231919ad9d2373b92e095e65b36a36e85";
sha256 = "1r04yvmhzw95zf261z85bfryxmhjd3ni1kdpbqay34ynjb27248p";
};
meta.homepage = "https://github.com/uga-rosa/ccc.nvim/";
};
changeColorScheme-vim = buildVimPluginFrom2Nix { changeColorScheme-vim = buildVimPluginFrom2Nix {
pname = "changeColorScheme.vim"; pname = "changeColorScheme.vim";
version = "2010-10-18"; version = "2010-10-18";

View file

@ -81,6 +81,7 @@ https://github.com/mattn/calendar-vim/,,mattn-calendar-vim
https://github.com/itchyny/calendar.vim/,, https://github.com/itchyny/calendar.vim/,,
https://github.com/bkad/camelcasemotion/,, https://github.com/bkad/camelcasemotion/,,
https://github.com/tyru/caw.vim/,, https://github.com/tyru/caw.vim/,,
https://github.com/uga-rosa/ccc.nvim/,HEAD,
https://github.com/ms-jpq/chadtree/,,chad https://github.com/ms-jpq/chadtree/,,chad
https://github.com/vim-scripts/changeColorScheme.vim/,, https://github.com/vim-scripts/changeColorScheme.vim/,,
https://github.com/sudormrfbin/cheatsheet.nvim/,, https://github.com/sudormrfbin/cheatsheet.nvim/,,