feat: add cellular automaton plugin

This commit is contained in:
Youwen Wu 2024-09-18 00:32:13 -07:00
parent 3e1649bc6a
commit 4b6e2de27a
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 8 additions and 0 deletions

View file

@ -101,5 +101,9 @@
name = "lsp-progress.nvim";
src = inputs.lsp-progress;
})
(pkgs.vimUtils.buildVimPlugin {
name = "cellular-automaton.nvim";
src = inputs.cellular-automaton;
})
];
}

View file

@ -26,6 +26,10 @@
url = "github:linrongbin16/lsp-progress.nvim";
flake = false;
};
cellular-automaton = {
url = "github:Eandrju/cellular-automaton.nvim";
flake = false;
};
};
outputs =