mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
visuals/cellular-automaton: fix npins name incompat
This commit is contained in:
parent
14d25e4153
commit
fd8e97a2ff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["cellular-automaton"];
|
startPlugins = ["cellular-automaton-nvim"];
|
||||||
|
|
||||||
maps.normal = mkBinding cfg.mappings.makeItRain "<cmd>CellularAutomaton make_it_rain<CR>" "Make it rain";
|
maps.normal = mkBinding cfg.mappings.makeItRain "<cmd>CellularAutomaton make_it_rain<CR>" "Make it rain";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue