From 25b36c4c2aa4ac7e6b47cda4feb7300071a55205 Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 1 Nov 2024 18:44:07 +0100 Subject: [PATCH] feat(plugin): added cellular automaton plugin --- lua/plugins/cellular-automaton.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lua/plugins/cellular-automaton.lua diff --git a/lua/plugins/cellular-automaton.lua b/lua/plugins/cellular-automaton.lua new file mode 100644 index 0000000..ade8b10 --- /dev/null +++ b/lua/plugins/cellular-automaton.lua @@ -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' + } +}