18 lines
348 B
Lua
18 lines
348 B
Lua
--
|
|
-- 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'
|
|
}
|
|
}
|