Skip to content

marco-souza/snake.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Snake for Neovim

Latest release Last commit Latest Neovim Made with Lua

🐍 Snake game for Neovim (snake.nvim).

Install

-- Lazy plugin
{
  "marco-souza/snake.nvim",
  config = true,
},

Usage

Install it with your plugin manager, then add a keymap to the following command:

:Snake

To move your snake, you need to use hjkl:

h -> left
j -> down
k -> up
l -> right

Demo

output.mp4
snake.mp4