wireman.nvim

January 11, 2026 ยท View on GitHub

Open Wireman in a floating terminal in Neovim.

Note: You need to first install Wireman.

Configuration

  • Lazy plugin manager:
{
  "preiter93/wireman.nvim",
  config = function()
    local wireman = require("wireman")
    wireman.setup({
      cmd = "wireman",
      float_opts = { border = "single", width = 0.9, height = 0.8 },
    })

    -- Optional keymap
    wireman.map("<leader>wm", "<cmd>lua require('wireman').toggle()<CR>")
  end
}

Demo

(theme: one-dark-pro)