Skip to content

Releases: DROOdotFOO/mona.nvim

Release v0.1.4

04 Aug 00:09

Choose a tag to compare

Changes in this release

See CHANGELOG.md for detailed changes.

Installation

Git

{
  "hydepwns/mona.nvim",
  lazy = false,
  build = ":MonaInstall variable all",
  opts = {
    -- Your configuration here
  }
}

LuaRocks

luarocks install mona.nvim

Release v0.1.3

03 Aug 20:54

Choose a tag to compare

Changes in this release

See CHANGELOG.md for detailed changes.

Installation

{
  "hydepwns/mona.nvim",
  lazy = false,
  build = ":MonaInstall variable all",
  opts = {
    -- Your configuration here
  }
}

Release v0.1.2

16 Jul 20:52

Choose a tag to compare

Changes in this release

See CHANGELOG.md for detailed changes.

Installation

{
  "hydepwns/mona.nvim",
  lazy = false,
  build = ":MonaInstall variable all",
  opts = {
    -- Your configuration here
  }
}