Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 280 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 280 Bytes

open.nvim

Neovim plugin to configure keymaps for selecting an item and open it's corresponding URL.

local openvim = require("open")

opennvim.set_keymap("<leader>bm", {
  {name="google", url="https://google.com"},
  {name="facebook", url="https://facebook.com"},
})