Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper.nvim

Neovim Lua License: MIT

Play the Minesweeper directly inside your Neovim in a beautiful floating window. This is a Neovim wrapper for the minesweeper-tui engine.

cover

Features

  • Floating Window: Seamlessly integrated into your Neovim workflow.
  • Vim-friendly: Full h/j/k/l navigation support.
  • Themeable: Supports various themes like Catppuccin, Gruvbox, Nord, and more.
  • Auto-install: Powered by npx, so you can start playing immediately without manual binary management.

Prerequisites

  • Neovim: v0.9.0 or higher.
  • Node.js: v20.0.0 or higher.

Installation

Using lazy.nvim:

return {
  "Pansther/minesweeper.nvim",
  cmd = "Minesweeper",
  keys = {
    { "<leader>ms", "<cmd>Minesweeper<cr>", desc = "Play Minesweeper" },
  },
  config = function()
    require("minesweeper").setup()
  end,
}

Usage

Simply run the following command or use your defined keymap, more details at minesweeper-tui

:Minesweeper

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Play the Minesweeper directly inside your Neovim

Topics

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages