Skip to content

andrewwillette/open.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

open.nvim

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

local open = require("open")

open.set_keymap("<leader>bm", {
  google = "https://google.com",
  ["reddit board"] = "https://reddit.com",
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages