vimPlugins.cellular-automation-nvim: init at 2024-06-30

This commit is contained in:
nebunebu 2024-08-24 17:12:10 -04:00 committed by Matthieu Coudron
parent 0e48906cd7
commit 8b999c92cd
2 changed files with 13 additions and 0 deletions

View File

@ -1410,6 +1410,18 @@ final: prev:
meta.homepage = "https://github.com/uga-rosa/ccc.nvim/";
};
cellular-automaton-nvim = buildVimPlugin {
pname = "cellular-automaton.nvim";
version = "2024-06-30";
src = fetchFromGitHub {
owner = "Eandrju";
repo = "cellular-automaton.nvim";
rev = "11aea08aa084f9d523b0142c2cd9441b8ede09ed";
sha256 = "0jvz2vnyhm6a2zyz93sh87n59vga2l016ijrfybfrlv44hhzp2ww";
};
meta.homepage = "https://github.com/Eandrju/cellular-automaton.nvim/";
};
chadtree = buildVimPlugin {
pname = "chadtree";
version = "2024-07-25";

View File

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