Skip to content

kristoferfannar/urlopen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

open urls directly from your buffer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages