visuals/cellular-automaton: fix npins name incompat

This commit is contained in:
raf 2025-02-11 22:04:59 +03:00
parent 14d25e4153
commit fd8e97a2ff
No known key found for this signature in database
GPG key ID: EED98D11B85A2819

View file

@ -13,7 +13,7 @@
in {
config = mkIf cfg.enable {
vim = {
startPlugins = ["cellular-automaton"];
startPlugins = ["cellular-automaton-nvim"];
maps.normal = mkBinding cfg.mappings.makeItRain "<cmd>CellularAutomaton make_it_rain<CR>" "Make it rain";