Skip to content

preiter93/wireman.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wireman.nvim

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)

About

A nvim plugin to open Wireman in a floating terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages