feat(plugin): added cellular automaton plugin
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s
Details
This commit is contained in:
parent
574c1f27ba
commit
25b36c4c2a
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Global custom plugin agnostic keymaps
|
||||||
|
--
|
||||||
|
-- Source: https://github.com/Eandrju/cellular-automaton.nvim
|
||||||
|
-- ..............................................
|
||||||
|
--
|
||||||
|
-- Author: Sven Vogel
|
||||||
|
-- Created: 01.11.2024
|
||||||
|
-- Edited: 01.11.2024
|
||||||
|
--
|
||||||
|
-- ==============================================
|
||||||
|
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'eandrju/cellular-automaton.nvim'
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue