Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 421 Bytes

URLOpen.nvim

Open URLs in your browser straight from your buffer

Features

In a neovim session, hover your cursor over a URL and type

:URLOpen

If the URL is valid, you'll be navigated to your browser where it will be opened.

Installation

Lazy.nvim:

  {
    "kristoferfannar/urlopen.nvim",
    config = function()
      require"urlopen"
    end
  },