mirror of
https://github.com/youwen5/neovim-flake.git
synced 2025-01-18 05:02:11 -08:00
feat: add cellular automaton plugin
This commit is contained in:
parent
3e1649bc6a
commit
4b6e2de27a
2 changed files with 8 additions and 0 deletions
|
@ -101,5 +101,9 @@
|
||||||
name = "lsp-progress.nvim";
|
name = "lsp-progress.nvim";
|
||||||
src = inputs.lsp-progress;
|
src = inputs.lsp-progress;
|
||||||
})
|
})
|
||||||
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
name = "cellular-automaton.nvim";
|
||||||
|
src = inputs.cellular-automaton;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,10 @@
|
||||||
url = "github:linrongbin16/lsp-progress.nvim";
|
url = "github:linrongbin16/lsp-progress.nvim";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
cellular-automaton = {
|
||||||
|
url = "github:Eandrju/cellular-automaton.nvim";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
Loading…
Reference in a new issue