feat: add cellular automaton to visuals

This commit is contained in:
NotAShelf 2023-02-05 16:14:25 +03:00
commit 5d6f7dc3f3
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 64 additions and 0 deletions

View file

@ -66,6 +66,7 @@
nvimWebDevicons.enable = true;
scrollBar.enable = true;
smoothScroll.enable = true;
cellularAutomaton.enable = true;
lspkind.enable = true;
indentBlankline = {
enable = true;
@ -429,6 +430,11 @@
flake = false;
};
cellular-automaton = {
url = "github:Eandrju/cellular-automaton.nvim";
flake = false;
};
indent-blankline = {
url = "github:lukas-reineke/indent-blankline.nvim";
flake = false;