feat(plugin): added cellular automaton plugin
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s Details

This commit is contained in:
Sven Vogel 2024-11-01 18:44:07 +01:00
parent 574c1f27ba
commit 25b36c4c2a
1 changed files with 19 additions and 0 deletions

View File

@ -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'
}
}