Skip to content

andrewwillette/open.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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"},
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages