Tap to View
{
'StealthSoldierM/conways-gol.nvim',
config = function()
end,
lazy = false,
}In neovim's command mode
:lua=vim.pack.add('Game of Life', 'git@github.com/StealthSoldierM/conways-gol.nvim')ther are Two Ways to Start the Game
- Using neovim's command mode
$ :Conway- Using Key Bindings
To start/stop Conways - Game of Life type below keys in neovim on
Normal Mode.
<leader>cg -> Init+Start the Game
q -> To Quit The Game
p -> Toogle Play and pause State
In neovim's command mode
:LazyThen from UI select and press x from keyboard.
In neovim's command mode
:lua=vim.pack.remove('Game of Life')Just enjoy. Credit to THIS article.
