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